Add linting script to package.json

This commit is contained in:
Nikhil Nawgiri 2024-08-27 16:45:23 +02:00
parent 3ea5229fd6
commit ce13ed1e26

View file

@ -7,7 +7,8 @@
"license": "MIT",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm src/main.ts"
"start": "node --loader ts-node/esm src/main.ts ",
"lint": "tslint src/*.ts"
},
"dependencies": {
"@types/node": "^22.5.0",