We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f0180 commit ca66952Copy full SHA for ca66952
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"build:sitemap": "node scripts/generateSitemap.js",
14
"start": "vinxi start",
15
"e2e": "npx playwright test",
16
- "check:lint": "eslint .",
+ "check:lint": "eslint --flag unstable_native_nodejs_ts_config .",
17
"check:types": "tsc --noEmit"
18
},
19
"dependencies": {
@@ -59,7 +59,7 @@
59
"vite": "^6.3.5"
60
61
"engines": {
62
- "node": ">=18",
+ "node": ">=24",
63
"pnpm": ">=9"
64
}
65
0 commit comments