v0.5.0
BREAKING CHANGES
b361116
- remove the brokenimport-x/extensions
rule (commit by @ShayanTheNerd)
New Features
487d239
- enforce explicit module boundary types (commit by @ShayanTheNerd)- Migrated from
@typescript-eslint/explicit-function-return-type
to
@typescript-eslint/explicit-module-boundary-types
.
- Migrated from
Bug Fixes
b361116
- remove the brokenimport-x/extensions
rule (commit by @ShayanTheNerd)12a74cd
- ignore PascalCasing compound Vue component names (commit by @ShayanTheNerd)d1acbfe
- disableimport-x/no-unresolved
for Vue files (commit by @ShayanTheNerd)e4e6c71
- disable the brokenvue/v-on-handler-style
rule (commit by @ShayanTheNerd)- Related issue: vuejs/eslint-plugin-vue#2571
Performance Improvements
a7e6351
- disable theimport-x
rules that are handled by TypeScript (commit by @ShayanTheNerd)
Refactors
bb6e49a
- disablevue/max-len
(for Tailwind) in the Vue config (commit by @ShayanTheNerd)
Full Changelog: v0.4.6...v0.5.0