Skip to content

ESLint: no-template-curly-in-string rule not found #543

Closed
@suchipi

Description

@suchipi

Just upgraded from 0.3.0-alpha(via git url; wanted jest early) to 0.3.0. Using Atom's linter-eslint, I now see this ESLint warning in all of my files:

[ESLint] [Warning] [no-template-curly-in-string] Definition for rule 'no-template-curly-in-string' was not found at line 1 col 1 in src/whatever.js

This doesn't show up in the output from npm start.
I checked the README to see if I needed to install any new eslint plugins globally, but there aren't any more there than what I already had.

linter-eslint is configured to use my global ESLint installation.

What do I need to do to get this rule installed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions