Skip to content

Add check for string interpolation #358

Open
@pypmannetjies

Description

@pypmannetjies

It would be cool to add a rule which prefers string interpolation over using + on strings.

E.g.

var s = "Hello " + name; // Error
var s = 'Hello ${name}' // No error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions