Is it possible to use .gitignore instead of .eslintignore, in the ESLint Visual Studio Code extension?
I know it is possible when using eslint from the command line:
eslint --ignore-path .gitignore
I am just wondering if it is possible to do the same in the ESLint VSC extension.
You could add this setting on vsCode settings by adding:
"eslint.options": {
"ignorePath": ".gitignore"
}
To your user settings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With