-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
149c933
commit 2c159fe
Showing
13 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @bfehub/create-lint | ||
|
||
## 2.0.2 | ||
|
||
### Patch Changes | ||
|
||
- 149c933: config order group | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/create-lint", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "lint cli", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/eslint-config-basic", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "eslint basic", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/eslint-config-react", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "eslint react", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/eslint-config-typescript", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "eslint typescript", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/eslint-config-vue", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "eslint vue", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bfehub/stylelint-config-basic", | ||
"type": "commonjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "stylelint basic", | ||
"author": "haiweilian <[email protected]>", | ||
"homepage": "https://github.com/bfehub/lint", | ||
|