-
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
How to get ESLint to parse all .js files in a folder? #183
Comments
Try ESLint CLI http://eslint.org/docs/user-guide/command-line-interface |
What about https://www.npmjs.com/package/gulp-eslint ? |
Try this |
i needed to specify a pattern like so: |
Replace |
Sometimes we need to use quotes for the path: |
I already used @lonelyua solution but I want to specify target into .eslintrc.js file. Is this possible? |
@rodmoreno have you tried to use |
If you wanted to ESLint a .js file in a specific folder
but if you want to ESLint all the .js file in the whole repository or folder
|
My javascript code is split into several files in the same folder. Can anybody show me how can I configure InteractiveLinter and/or ESLint in order to parse all the files in the folder, when I have a .js file open?
The text was updated successfully, but these errors were encountered: