You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- aec0749: #### A Standalone `@vue/eslint-config-standard-with-typescript`
8
+
9
+
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`.
10
+
You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript.
11
+
12
+
#### Better integration with `@rushstack/eslint-patch`
13
+
14
+
All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`.
15
+
So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately.
- aec0749: #### A Standalone `@vue/eslint-config-standard-with-typescript`
8
+
9
+
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`.
10
+
You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript.
11
+
12
+
#### Better integration with `@rushstack/eslint-patch`
13
+
14
+
All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`.
15
+
So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately.
0 commit comments