import-sort-parser-babylon-ignore
v1.0.3
Published
Parser for import-sort based on Babylon with ignore comment
Downloads
2
Readme
import-sort-parser-babylon-ignore
This is the same package as import-sort-parser-babylon but with
ignore comment // import-sort-ignore
. So if you want to skip sorting for the particular import declaration you can do:
// import-sort-ignore
import b from './b';
import a from './a';