-
-
Notifications
You must be signed in to change notification settings - Fork 27k
ESLint: no-template-curly-in-string rule not found #543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have the same problem. We need this PR to be merged in fast-eslint I guess. |
Hmm, wouldn’t updating the global ESLint to the latest version solve the issue? |
Nope, I tried and it doesn't. |
I pinged @Adezandee. In the meantime you may try using a different ESLint atom plugin that uses the global version of ESLint instead of shipping its own copy. |
I'll update eslint v3.4.0 inside |
Thanks for quick turnaround @Adezandee, it is very much appreciated. |
I released |
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: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?
The text was updated successfully, but these errors were encountered: