Updated lint scripts

This commit is contained in:
2024-08-20 22:52:00 +02:00
parent b456ab75f7
commit 7f33956dfb
2 changed files with 8 additions and 4 deletions

View File

@@ -18,8 +18,8 @@
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
"dev:build": "cross-env NODE_PATH=src/ \"ts-node scripts/dev-deploy.ts\"",
"dev:delete": "ts-node scripts/delete-commands.ts",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prod:build": "cross-env NODE_PATH=src/ \"ts-node scripts/deploy-commands.ts\""
},
"author": "Taken",