Releases: vuejs/eslint-config-standard
Releases · vuejs/eslint-config-standard
@vue/[email protected]
- Remove the "import/extensions" rule, fixes #23
@vue/[email protected]
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/[email protected]
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
- The underlying base config is updated from v16 to v17.
Full changelog at https://github.com/standard/standard/blob/v17.0.0/CHANGELOG.md - Requires ESLint 8
v6.1.0
New Features:
- Accept
eslint-plugin-promise
v5 as peer dependency.
v6.0.0
- The underlying base config is updated from v14 to v16.
Full changelog at https://github.com/standard/standard/blob/v16.0.3/CHANGELOG.md - Requires ESLint 7
- Other peer dependency versions are also updated to reflect the changes in
standard
v16.