Skip to content

Commit 410df39

Browse files
committed
chore!: release v8.0.0
1 parent aec0749 commit 410df39

File tree

5 files changed

+32
-16
lines changed

5 files changed

+32
-16
lines changed

.changeset/lucky-beers-remember.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @vue/eslint-config-standard-with-typescript
2+
3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 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.

packages/eslint-config-standard-with-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/eslint-config-standard-with-typescript",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "eslint-config-standard-with-typescript for Vue.js projects",
55
"main": "index.cjs",
66
"exports": {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @vue/eslint-config-standard
2+
3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 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.

packages/eslint-config-standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/eslint-config-standard",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "eslint-config-standard for Vue.js projects",
55
"main": "index.cjs",
66
"exports": {

0 commit comments

Comments
 (0)