Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 711 Bytes

lucky-beers-remember.md

File metadata and controls

14 lines (10 loc) · 711 Bytes
@vue/eslint-config-standard @vue/eslint-config-standard-with-typescript
major
major

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.

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.