amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
57 stars 24 forks source link

docs: add a note on how to ignore files inline #105

Closed huyenltnguyen closed 1 year ago

huyenltnguyen commented 1 year ago

I needed to disable sort-imports for some files, and had go to the upstream repo to search for this option. I thought we could improve the documentation here a little, hence this PR 🙂

I copied the "Ignore files" section over from https://github.com/renke/import-sort#ignoring-files.

amatiasq commented 1 year ago

Well that's a feature I didn't know about 😬

:shipit:

I can merge next Monday if there's no disagreement.