Skip to content

Commit aec0749

Browse files
committed
workflow: init changeset
1 parent 053ee53 commit aec0749

File tree

5 files changed

+730
-59
lines changed

5 files changed

+730
-59
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/lucky-beers-remember.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@vue/eslint-config-standard": major
3+
"@vue/eslint-config-standard-with-typescript": major
4+
---
5+
6+
#### A Standalone `@vue/eslint-config-standard-with-typescript`
7+
8+
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`.
9+
You can just use the `@vue/eslint-config-standard-with-typescript` package. It also provides stricter rules for TypeScript.
10+
11+
#### Better integration with `@rushstack/eslint-patch`
12+
13+
All the eslint plugins used here are listed as `dependencies`, rather than `peerDependencies`.
14+
So when using these configs with `@rushstack/eslint-patch`, you no longer have to install the plugins separately.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"bumpp": "^8.2.1"
4+
"@changesets/cli": "^2.23.2"
55
}
66
}

0 commit comments

Comments
 (0)