-
Notifications
You must be signed in to change notification settings - Fork 26
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
Not able to enable ESLint #175
Comments
did you ever get it working ? I seem to have the same problem |
@jmls a PR was submitted by @rvarbanov to support .eslintrc.js. It is currently in master and not yet pushed to the extension registry. I should be pushing it out to the extension registry sometime today. I havent done so because everyone using Is you file called |
I have a file called .eslintrc.json either way, it's not an issue . I can nuke it and replace with whatever is needed |
Gotcha. For testing purposes, can you rename your file to .eslintrc to see if interactive linter picks it up? |
I am also using |
@rvarbanov yup - you are also using what is on the master branch for this to work, correct? |
I believe I am, but I will have to double check later. |
Yes, I am using what is on master. |
So today we updated our project to use ESLint from ESHint and JSCS, because of JSCS merging with ESLint and not being supported anymore.
I added the line of code you suggest on the home page
"interactive-linter.javascript": ["eslint"]
, but that only disable the default.In our setup we are using
.eslintrc.js
to load our rules and styles.I am not sure what I am doing wrong. Please help.
The text was updated successfully, but these errors were encountered: