Skip to content

Commit 20b39e0

Browse files
committed
Use correct flags
1 parent 37b13c6 commit 20b39e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:sitemap": "node scripts/generateSitemap.js",
1414
"start": "vinxi start",
1515
"e2e": "npx playwright test",
16-
"check:lint": "eslint .",
16+
"check:lint": "eslint --flag unstable_native_nodejs_ts_config .",
1717
"check:types": "tsc --noEmit"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)