Skip to content

Releases: vuejs/eslint-config-standard

@vue/eslint-config-standard@8.0.1

27 Jul 05:54
0a782ac
Compare
Choose a tag to compare
  • Remove the "import/extensions" rule, fixes #23

@vue/eslint-config-standard@8.0.0

22 Jul 07:22
410df39
Compare
Choose a tag to compare

Better integration with @rushstack/eslint-patch

All the eslint plugins used here are listed as dependencies, rather than peerDependencies.
So when using these configs with @rushstack/eslint-patch, you no longer have to install the plugins separately.

@vue/eslint-config-standard-with-typescript@8.0.0

22 Jul 07:23
410df39
Compare
Choose a tag to compare

A Standalone @vue/eslint-config-standard-with-typescript

When using the Standard Style in a TypeScript project, you no longer need to install both @vue/eslint-config-standard and @vue/eslint-config-typescript.
You can just use the @vue/eslint-config-standard-with-typescript package. It also provides stricter rules for TypeScript.

v7.0.0

12 May 08:08
fadee06
Compare
Choose a tag to compare

v6.1.0

30 Jul 08:56
1f9576f
Compare
Choose a tag to compare

New Features:

  • Accept eslint-plugin-promise v5 as peer dependency.

v6.0.0

07 Dec 08:36
Compare
Choose a tag to compare

v5.1.2

15 Feb 04:08
4b13e72
Compare
Choose a tag to compare

Bug Fixes

  • 3276eae fix: @vue/cli-service can be an optional peer dependency

v5.1.1

07 Feb 14:28
c06f89e
Compare
Choose a tag to compare

Bug Fixes

  • f78b634 fix: setup import/resolver and import/extensions; fixes yarn 2 incompatibility.

v5.1.0

10 Jan 09:39
9ba73b3
Compare
Choose a tag to compare

New Features:

  • 40ea25a update to eslint-plugin-vue >= 6.1.2 and set the default ecmaVersion to 2020

v5.0.1

05 Dec 11:04
0734745
Compare
Choose a tag to compare

Bug Fixes:

  • c502b78 fix: use ecmaVersion: 2019 for now, fix incompatility with eslint-plugin-vue v6.0.0 & v6.0.1