-
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.
* feat(eslint-v9): update to latest eslint * fix config using new inspecter * simplify config * feat(eslint-config): Update to eslint 9.0.0 This commit introduces a major change in the eslint-config package. The version of eslint has been updated to 9.0.0. This might introduce breaking changes, hence the major version bump. * feat(eslint-v9): make config v9 compatible * feat(eslint-config): Upgrade to eslint v9 This commit introduces a minor version upgrade for the "@kodehort/eslint-config" package to ensure compatibility with eslint v9. * chore: update deps
- Loading branch information
1 parent
2059672
commit 209670d
Showing
11 changed files
with
373 additions
and
205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kodehort/eslint-config": minor | ||
--- | ||
|
||
Upgrade to eslint v9 compatibility |
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,5 @@ | ||
--- | ||
"@kodehort/eslint-config": major | ||
--- | ||
|
||
Update to eslint 9.0.0 |
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
Oops, something went wrong.