-
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.
BREAKING CHANGE: Projects must now use ESLint v9 in order to use these rulesets.
- Loading branch information
1 parent
836cdc8
commit 4de1c1f
Showing
12 changed files
with
6,165 additions
and
4,939 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
Large diffs are not rendered by default.
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
"Korneliusz Dubieniecki <[email protected]>" | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.6.0", | ||
"eslint": "^8.57.0", | ||
"@commitlint/cli": "^19", | ||
"eslint": "^9", | ||
"lerna": "^8.1.2", | ||
"remark-cli": "^12.0.0", | ||
"remark-preset-lint-consistent": "^5", | ||
|
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
"Danny Kijkov <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@stylistic/eslint-plugin": "^1.6.0", | ||
"eslint-plugin-import": "^2.27.0" | ||
"@stylistic/eslint-plugin": "^2.13.0", | ||
"eslint-plugin-import": "^2.31.0" | ||
}, | ||
"engines": { | ||
"node": ">=20" | ||
|
@@ -30,7 +30,7 @@ | |
"./style": "./style.mjs" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8" | ||
"eslint": "^9" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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
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
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