lint & fix tests

This commit is contained in:
Michael C
2021-07-05 03:14:05 -04:00
parent d29c9613b9
commit d5204e9813
7 changed files with 14 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
"dev:bash": "nodemon -x 'npm test ; npm start'",
"start": "ts-node src/index.ts",
"tsc": "tsc -p tsconfig.json",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
"lint": "eslint src test",
"lint:fix": "eslint src test --fix"
},
"author": "Ajay Ramachandran",
"license": "MIT",