- added support for sort-imports-ignore #237 by stephdotnet
- Upgrade node in CI to current and lts versions #264 by harryzcy
- Resolves Issue 262 - CVE-2023-45133 - upgrade to latest babel traverse #266 by c-h-russell-walker
- update prettier peer dependency semVer to include 3.x #239 by basselworkforce
- Move @babel/core to devDependencies #200 by yykamei
- Only preserve directives already at the start of the program #198 by c-dante
- Bump babel to support satisfies keyword #196 by Leomotors
- Update prettier for TS 4.9 #194 by taiwabisabi
- Fixed empty/no script tag in vue component error #192 by adamDilger
- Change @vue/compiler-sfc to an optional dependency#189 by transitive-bullshit
- Type imports#153 by Xenfo
- Make @vue/compiler-sfc peer dependency #183 by blake-newman
- Keep script directives at top of file #186 by broofa
- Vue JS support #174 by blake-newman
- Export config type #173 by Leomotors
- Update babel version #134 by marvinroger
- Fix typo in Migration docs #158 by raineorshine
- Clean up unit test and snapshot test
- Add contribution guidelines for bug fixes and new features
- Fixes package management #100
- Update Babel parser to
7.14.6
#79 by juanrgm .npmignore
cleanup #96 by byara- Remove npm badges in the README #101 by byara
<THIRD_PARTY_MODULES>
special word in import order to place third party imports at desired place. #65 by @risenforcesimportOrderSortSpecifiers
option to sort the imports in an import declaration. #72 by @ratierdimportOrderCaseInsensitive
option to control the case sensitivity #69 by @timilesimportOrderParserPlugins
option to pass plugins to babel parser #88 by @saaryab
- Renaming of the
experimentalBabelParserPluginsList
toimportOrderParserPlugins
. by @byara