We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337195b commit da4c5baCopy full SHA for da4c5ba
packages/db/package.json
@@ -22,7 +22,7 @@
22
"clean": "git clean -xdf .cache .turbo dist node_modules",
23
"dev": "tsc",
24
"format": "prettier --check . --ignore-path ../../.gitignore",
25
- "lint": "eslint",
+ "lint": "eslint --flag unstable_native_nodejs_ts_config",
26
"push": "pnpm with-env drizzle-kit push",
27
"studio": "pnpm with-env drizzle-kit studio",
28
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
0 commit comments