We have a workspace that has multiple ESLint files 3 levels deep.
The Cloud9 IDE is not finding any of the lint configurations and we are seeing 0% linting support in the editor.
How can we resolve this?
We have a workspace that has multiple ESLint files 3 levels deep.
The Cloud9 IDE is not finding any of the lint configurations and we are seeing 0% linting support in the editor.
How can we resolve this?
The default linter in Cloud9 IDE uses a browser copy of eslint that does not support all of the same features as the cli tool, I wrote this plugin to fix the issues I had been having personally and it supports eslint properly like if you were using the eslint cli including the nesting of eslint files.