Releases: vuetifyjs/eslint-config-vuetify
Releases · vuetifyjs/eslint-config-vuetify
v4.1.0-0
CLI
- CLI:
run npx eslint-config-vuetify
for a minimal ESLint setup inside your project
Config
- Add the antfu plugin configuration
- Add the
severity
option to the stylistic config to easily set stylistic rules to warn
Chore
- Update dependencies
- build: align real pnpm with defined in project
v4.0.0
Breaking
Config was refactored to make it a factory, which returns a config itself. Check usage section to learn how to use it.
index.ts.mjs and index.js.mjs were removed. Typescript is autodetecting, but you can explicitly switch in on/off in a config
What's Changed
- refactor(config): restructure eslint configuration and build setup #27
- Fix prerelease issues #28
- style: add arrow-parens rule to stylistic config #29
- lint: disable prefer-global rule #30
Full Changelog: v3.0.3...v4.0.0