fix: Update lint script to target specific directories for improved linting accuracy
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
"dev": "ts-node src/index.ts",
|
"dev": "ts-node src/index.ts",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"lint": "eslint . --ext .ts",
|
"lint": "eslint src tests --ext .ts",
|
||||||
"register:commands": "ts-node src/deploy-commands.ts",
|
"register:commands": "ts-node src/deploy-commands.ts",
|
||||||
"test": "jest --passWithNoTests",
|
"test": "jest --passWithNoTests",
|
||||||
"db:migrate": "ts-node src/db/cli.ts migrate",
|
"db:migrate": "ts-node src/db/cli.ts migrate",
|
||||||
|
|||||||
Reference in New Issue
Block a user