This commit is contained in:
Trevor Blades
2021-06-24 16:21:20 -07:00
parent 3a9a644b18
commit d094dc65a0

View File

@@ -1,7 +1,6 @@
{ {
"scripts": { "scripts": {
"start": "nodemon index.js", "pretest": "eslint api",
"pretest": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit" "test": "echo \"Error: no test specified\" && exit"
}, },
"eslintConfig": { "eslintConfig": {