Closed shmdhussain closed 4 years ago
If you add lib/*
to your .eslintignore
file, eslint formatter will still attempt to format on save, but will not replace the file buffer after eslint
itself runs. Beyond that, we don't currently support filtering which files. If using the .eslintignore
doesn't work for you, more detail about your particular use-case would be useful.
for example, the project is having the structure
I like to run the eslint-formatter on save for the a.js and b.js not on lib/a.js lib/b.js.
Is it possible to do something like this?. Thanks in advance for any help