mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-28 18:38:33 +03:00
lint & fix tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user