Skip to content

Commit

Permalink
fix: eslint and node v22
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn <glenn@not-tech.support>
  • Loading branch information
promise committed Dec 9, 2024
1 parent 2a634ea commit d92ff8c
Show file tree
Hide file tree
Showing 9 changed files with 2,311 additions and 1,992 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"github>promise/renovate-config:fully-automated-repository",
"github>promise/renovate-config:force-node-version(18)"
"github>promise/renovate-config:force-node-version(22)"
]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.5
22.11.0
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "eslint-config-promise";
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@
"typescript": "5.7.2",
"wrangler": "3.93.0"
},
"eslintConfig": {
"extends": "promise"
}
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit d92ff8c

Please sign in to comment.