chore: add lint
This commit is contained in:
parent
52bfa28fcd
commit
fc3a21263a
2 changed files with 5 additions and 0 deletions
4
packages/db/eslint.config.mjs
Normal file
4
packages/db/eslint.config.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
import { config } from "@repo/eslint-config/react";
|
||||||
|
|
||||||
|
/** @type {import("eslint").Linter.Config} */
|
||||||
|
export default config;
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
"./index.ts": "./src/index.ts"
|
"./index.ts": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"db:check": "npx drizzle-kit check",
|
"db:check": "npx drizzle-kit check",
|
||||||
"db:generate": "npx drizzle-kit generate",
|
"db:generate": "npx drizzle-kit generate",
|
||||||
"db:migrate": "npx drizzle-kit migrate",
|
"db:migrate": "npx drizzle-kit migrate",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue