Skip to content

Releases: vuetifyjs/eslint-config-vuetify

v4.1.0-0

07 Jun 09:28
f38aefb
Compare
Choose a tag to compare
v4.1.0-0 Pre-release
Pre-release

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

01 May 18:42
9d2fcc1
Compare
Choose a tag to compare

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

v4.0.0-3

25 Apr 19:25
cad7f2a
Compare
Choose a tag to compare
v4.0.0-3 Pre-release
Pre-release
  • lint: disable prefer-global rule (#30) (24d5038)
  • chore: lint config itself (cbd3a2a)

v4.0.0-2

25 Apr 08:10
0d38d63
Compare
Choose a tag to compare
v4.0.0-2 Pre-release
Pre-release
  • style: add arrow-parens rule to stylistic config (#29) (97f7ca2)

v4.0.0-1

24 Apr 21:42
1ceedeb
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release

v4.0.0-0

24 Apr 21:17
e7c1d6f
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release
  • refactor(config): restructure eslint configuration and build setup (#27) (678af17)

v3.0.3

07 Apr 16:08
970c041
Compare
Choose a tag to compare
  • refactor: better typescript integration (#26) (4e4f44b)

v3.0.2

01 Apr 18:13
Compare
Choose a tag to compare
  • chore(package.json): iterate version (b784cb0)
  • chore(pnpm-lock): update lockfile (1f59e9a)
  • build: remove vue and vuetify from peerDependencies (#25) (6407c52)
  • refactor: streamline eslint config (#24) (6020d45)

v2.0.5

07 Nov 20:25
Compare
Choose a tag to compare
  • fix(eslint): use recommended preset (534e18c)

v2.0.4

07 Nov 16:21
Compare
Choose a tag to compare
  • refactor: clean-up code and change used defaults (30dcc4f)