mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-07-21 01:25:28 -04:00
add new lint script
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user