-
Notifications
You must be signed in to change notification settings - Fork 141
Disable error messages #975
Comments
Can you open Developer Tools and check on the error it's reporting on? It should only be giving you that if something is very broken with the setup. |
I'm getting |
That means you have a configuration somewhere for the open file that is specifying |
I have the
Is there a way to just disable them completely so that I never see messages like this pop up? |
As I said, if it's showing up you have an ESLint configuration file somewhere, either in a parent directory to this project, or at |
Ok, I've looked around and I don't have a Also why would this be looking in any parent directories? If it is not in my project currently opened it shouldn't be looking elsewhere for it. Because say I'm working on two different projects, I don't want the linter for one project interfering with my other project. |
ESLint has a complex set of rules for determining the configuration, you can find details here. |
This errors always appear when node_modules dependencies not installed yet. Would be great if this errors (or plugin completely) will be auto-disabled for projects without this folder. |
Duplicate of #387 |
Looks like this was already filed before, marked as a duplicate of that issue, and I've got a PR incoming that handles this in a much cleaner way 😉. |
Whenever I try to just use atom for something other than my main project I get these errors every single time I press a key in file. Can these be removed or given an option to disable them?
The text was updated successfully, but these errors were encountered: