Add linting script to package.json
This commit is contained in:
parent
3ea5229fd6
commit
ce13ed1e26
|
@ -7,7 +7,8 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node --loader ts-node/esm src/main.ts"
|
"start": "node --loader ts-node/esm src/main.ts ",
|
||||||
|
"lint": "tslint src/*.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^22.5.0",
|
"@types/node": "^22.5.0",
|
||||||
|
|
Loading…
Reference in a new issue