Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add ignored file list for auto-save #62

Closed
LucaColombi opened this issue Mar 27, 2018 · 3 comments
Closed

please add ignored file list for auto-save #62

LucaColombi opened this issue Mar 27, 2018 · 3 comments

Comments

@LucaColombi
Copy link

in some case the order of import matters, it is rare but when it happens I have to switch off sort on save in all the IDE to let the single file work.

A simple solution would be to have a setting where I can put ignored file as a list of file names

Can you implement this?

@renke
Copy link
Owner

renke commented Jun 24, 2018

Hi @LucaColombi

Would a /* import-seslintort-disable */ solve your problems? – I would rather avoid having to manage a list of ignored files.

@jquense
Copy link
Contributor

jquense commented Nov 20, 2018

We added this in our fork, and the comment is really a better option i think, vs a whitelist

https://github.com/4Catalyzer/import-sort-style-4catalyzer/blob/master/parser.js#L93

@renke
Copy link
Owner

renke commented Feb 16, 2019

This is now supported in v6 via comments // import-sort-ignore or /* import-sort-ignore */.

@renke renke closed this as completed Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants