gyandeeps / gruntify-eslint

Grunt plugin for Eslint
MIT License
14 stars 8 forks source link

Means to disable ancestor `.eslintrc` inheritance? #21

Closed brettz9 closed 8 years ago

brettz9 commented 8 years ago

I'm working on a Git repo inside of another Git repo, so I don't want gruntify-eslint to check for the .eslintrc ancestors.

I've tried setting configFile under options but this doesn't help. Is there any means of avoiding this cascading upward?

Thanks!

gyandeeps commented 8 years ago

@brettz9 Sorry for the late response. But you can set root: true inside the child project's .eslinrc file.

gyandeeps commented 8 years ago

Feel free to reopen if the issue still persists.