Closed
Description
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
Labels
No labels