-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint to v9 (#610)
* chore(deps): update dependency eslint to v9 * feat: node22 and new eslint config Signed-off-by: Promise <[email protected]> --------- Signed-off-by: Promise <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Promise <[email protected]>
- Loading branch information
1 parent
63aa7dc
commit 6433c05
Showing
10 changed files
with
2,446 additions
and
2,166 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
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 +1 @@ | ||
18.20.5 | ||
22.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "eslint-config-promise"; |
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 |
---|---|---|
|
@@ -16,13 +16,11 @@ | |
"devDependencies": { | ||
"@cloudflare/workers-types": "4.20240925.0", | ||
"@tsconfig/strictest": "2.0.5", | ||
"eslint": "8.57.1", | ||
"eslint": "9.16.0", | ||
"eslint-config-promise": "github:promise/eslint-config", | ||
"twilio": "5.3.7", | ||
"typescript": "5.7.2", | ||
"wrangler": "3.94.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "promise" | ||
} | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.