This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
||||
"dev": "nodemon app.js",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --config prettier.config.js --write ."
|
||||
"format": "prettier --config prettier.config.js --write .",
|
||||
"migrations": "node ./migrations/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user