We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The .eslintrc declaration "extends": "eslint:recommended" does not seem to work in the interactive linter using version 1.0.5.
Sample .eslintrc file: {
"rules": { "quotes": [ 2, "single" ], "semi": [ 2, "always" ] }, "env": { "es6": true, "node": true }, "extends": "eslint:recommended"
}
The only lint errors are from the rules defined directly in the .eslintrc file (quotes and semicolons).
Thanks, Terry
The text was updated successfully, but these errors were encountered:
@tmcdonnell87 interactive linter does not support that right now. It is on my to do list though. I also need it :)
Gotta figure out 2 primary things. Support eslint plugins and rule extensions. Perhaps I will have time in the next couple of days.
Sorry, something went wrong.
@MiguelCastillo Any update? This would be really awesome and helpful. Thanks!
Supporting "eslint plugins and rule extensions" would be awesome! I saw some interesting rules at https://github.com/bahmutov/eslint-rules 😄
Hey @MiguelCastillo! Do you have any news about ESLint plugins and extensions? Because I need it... I tried using https://github.com/zaggino/brackets-eslint but it's not as awesome as the Interactive Linter... 😞
No branches or pull requests
The .eslintrc declaration "extends": "eslint:recommended" does not seem to work in the interactive linter using version 1.0.5.
Sample .eslintrc file:
{
}
The only lint errors are from the rules defined directly in the .eslintrc file (quotes and semicolons).
Thanks,
Terry
The text was updated successfully, but these errors were encountered: