-
Notifications
You must be signed in to change notification settings - Fork 141
Linter not Linting #806
Comments
I seem to be getting an error in the developer console https://cl.ly/1m2S0u1T031H |
Are you using |
Issue was caused by web pack config containing a |
After update to Atom 1.28.0 it was not working for *.js files. So, I had to add |
Thanks for letting us know @nelson6e65. But please try to avoid spamming unrelated topics. Instead, if you cannot find your problem being discussed already, just open a new Issue. The need to add The suggested workaround for now is to add it yourself to the list as you have done. Alternatively, you can disable Tree Sitter, and use the older grammar parser. |
Issue Type
Bug
Issue Description
The other day atom completely broke down on my computer and wouldn't open. So i wiped the atom cson file which seemed to fix it. After that I noticed that the linter wasn't working. I went on for a few days not caring too much and decided to fix it when i could. Well... i've spent countless hours trying to fix it. I've wiped the entire atom folder and re-install atom only some basic plugins lint the linter and eslint.
I am still having the same issue as before. I've tried coping working cson files from other machines for the linter and eslint, but nothing has worked. What is odd is the "autofix" seems to still fix things, but no errors ever show.
eslint from the cli works just fine
Bug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette belowThe text was updated successfully, but these errors were encountered: