chore: add lint

This commit is contained in:
afiqzudinhadi 2025-07-06 21:31:55 +08:00
parent 52bfa28fcd
commit fc3a21263a
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import { config } from "@repo/eslint-config/react";
/** @type {import("eslint").Linter.Config} */
export default config;

View file

@ -10,6 +10,7 @@
"./index.ts": "./src/index.ts"
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"db:check": "npx drizzle-kit check",
"db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit migrate",