Add linting script to package.json
This commit is contained in:
parent
3ea5229fd6
commit
ce13ed1e26
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue