amatiasq / vsc-sort-imports

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

ignore file via eslint-like comment #70

Closed hbnrmx closed 4 years ago

hbnrmx commented 4 years ago

Hi all!

it would be cool to have the ability to disable the formatting via a comment in the file e.g.

//disable sort-imports

I made a fork with this change for our personal use.

Any chance something like this would be merged? :)

Thanks!

jquense commented 4 years ago

this should already be supported in import-sort via a // import-sort-ignore comment

hbnrmx commented 4 years ago

Oh, guess I missed that. Thanks a bunch!