eslint-plugin-sort-imports-es6-autofix
eslint-plugin-sort-imports-es6-autofix copied to clipboard
fix: add support for svelte file handling
This commit adds a simple check to see if the file being parsed is a Svelte file. If so, it assigns allDeclarations
to the imports within the Svelte script tag so that they can be ordered correctly.
Is this going to be merged soon? the plugin always crashes eslint when it tries to lint a svelte file. Edit: i tested it locally, and it worked!