-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aec0749
commit 410df39
Showing
5 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
packages/eslint-config-standard-with-typescript/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @vue/eslint-config-standard-with-typescript | ||
|
||
## 8.0.0 | ||
|
||
### Major Changes | ||
|
||
- aec0749: #### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @vue/eslint-config-standard | ||
|
||
## 8.0.0 | ||
|
||
### Major Changes | ||
|
||
- aec0749: #### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters