prettier-eslint-code icon indicating copy to clipboard operation
prettier-eslint-code copied to clipboard

Specify .eslintrc location

Open ghost opened this issue 8 years ago • 2 comments

I have a .eslintrc file in the root of my project directory. The settings should be able to specify a path to a .eslintrc file for rules to use when running eslint --fix.

ghost avatar Apr 25 '17 14:04 ghost

It will search up the tree and find the nearest .eslintrc file available. It should be able to find it. If not, you will have to knock on the door of https://github.com/prettier/prettier-eslint

RobinMalfait avatar Apr 25 '17 14:04 RobinMalfait

Our .eslintrc file sits on a shared network drive. Eslint for vscode has a way to specify the configFile through eslint.options. It would be great if this plugin could support that functionality.

sscaff1 avatar Jun 27 '17 19:06 sscaff1