Add ignore_path parameter for ESLint task #961
tom-combet
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I'dd surely accept a PR for that. Care to give it a try @Kaudaj ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GrumPHP should support a custom eslintignore path parameter for eslint task.
My eslintrc.js and .eslintignore files are in a subfolder. Config file is recognized but not the ignore one. If I put .eslintignore file at the root of the project, it's recognized.
The new task parameter could be called
ignore_path
and would use--ignore-path
eslint command line option.Beta Was this translation helpful? Give feedback.
All reactions