-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add import/no-extraneous-dependencies in ts-config by default (#24)
* fix: add `import/no-extraneous-dependencies` in ts-config by default * chore(deps): update deps * chore(release): v0.3.2 * chore(deps): dedupe
- Loading branch information
1 parent
3fe9d2b
commit da1db0a
Showing
10 changed files
with
167 additions
and
161 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.2", | ||
"vite": "^5.3.1" | ||
"vite": "^5.3.2" | ||
} | ||
} |
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
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,6 +1,6 @@ | ||
{ | ||
"name": "@arcblock/eslint-config-base", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Arcblock's ESLint config base", | ||
"author": "zhanghan <[email protected]>", | ||
"homepage": "https://github.com/ArcBlock/eslint-config#readme", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@arcblock/eslint-config-ts", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Arcblock's base config for ESLint & Typescript", | ||
"author": "wangshijun <[email protected]>", | ||
"homepage": "https://github.com/ArcBlock/eslint-config#readme", | ||
|
@@ -19,8 +19,8 @@ | |
"dependencies": { | ||
"@arcblock/eslint-config": "workspace:*", | ||
"@arcblock/eslint-config-base": "workspace:*", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"eslint-config-airbnb-typescript": "^18.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@arcblock/eslint-config", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Arcblock's ESLint config for react", | ||
"author": "zhanghan <[email protected]>", | ||
"homepage": "https://github.com/ArcBlock/eslint-config#readme", | ||
|
Oops, something went wrong.