add new lint script

This commit is contained in:
Marcello Fitton
2026-03-03 12:56:58 -08:00
parent c768962038
commit a0ce05660e
+1 -1
View File
@@ -12,7 +12,7 @@
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --ignore documents --ignore vector-cache --ignore storage --ignore swagger --trace-warnings index.js",
"start": "cross-env NODE_ENV=production node index.js",
"lint": "yarn prettier --ignore-path ../.prettierignore --write ./endpoints ./models ./utils index.js",
"lint": "eslint --fix .",
"swagger": "node ./swagger/init.js"
},
"prisma": {