Add linting script to package.json
This commit is contained in:
parent
3ea5229fd6
commit
ce13ed1e26
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue