Skip to content

Commit da4c5ba

Browse files
authored
fix: eslint added flag for ts (#1440)
1 parent 337195b commit da4c5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clean": "git clean -xdf .cache .turbo dist node_modules",
2323
"dev": "tsc",
2424
"format": "prettier --check . --ignore-path ../../.gitignore",
25-
"lint": "eslint",
25+
"lint": "eslint --flag unstable_native_nodejs_ts_config",
2626
"push": "pnpm with-env drizzle-kit push",
2727
"studio": "pnpm with-env drizzle-kit studio",
2828
"typecheck": "tsc --noEmit --emitDeclarationOnly false",

0 commit comments

Comments
 (0)