Releases: KumJungMin/eslint-vue-setup-order
Releases · KumJungMin/eslint-vue-setup-order
v1.0.17
What's Changed
- feat: comment support to prevent rule from moving a specific declaration by @cotufaloschiflones in #8
- feat: add support for TSEnumDeclaration in section identification by @cotufaloschiflones in #14
Full Changelog: v1.0.16...v1.0.17
v1.0.16
What's Changed
- fix: preserve blank lines inside declarations by @KumJungMin in #12
Full Changelog: v1.0.15...v1.0.16
v1.0.15
What's Changed
- Added
spaceBetweenItemsoption to improve readability indeclaration-order. (#10) @cotufaloschiflones - Updated lockfile dependencies to reduce npm vulnerabilities. (#9) @cotufaloschiflones