Skip to content
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

eslint extends eslint:recommended not respected #163

Open
tmcdonnell87 opened this issue Sep 10, 2015 · 4 comments
Open

eslint extends eslint:recommended not respected #163

tmcdonnell87 opened this issue Sep 10, 2015 · 4 comments

Comments

@tmcdonnell87
Copy link

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

@MiguelCastillo
Copy link
Owner

@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.

@tmcdonnell87
Copy link
Author

@MiguelCastillo Any update? This would be really awesome and helpful. Thanks!

@PhiLhoSoft
Copy link

Supporting "eslint plugins and rule extensions" would be awesome!
I saw some interesting rules at https://github.com/bahmutov/eslint-rules 😄

@emanuelebrivio
Copy link

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... 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants