prettier-eslint-code
prettier-eslint-code copied to clipboard
Specify .eslintrc location
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.
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
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.