Skip to content

New rule: No template strings without variables in them #13

@andsens

Description

@andsens

Example of allowed template string:

const x = 'world';
const message = `Hello ${x}`;

Example of disallowed template string:

const x = 'world';
const message = `Hello world`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions