3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

Add lint npm script

This commit is contained in:
Dragory 2020-01-12 11:56:01 +02:00
parent 6e6880b4ca
commit 564adf6afb

View file

@ -4,7 +4,8 @@
"description": "",
"private": true,
"scripts": {
"format": "prettier --write \"./{backend,dashboard}/**/*.ts\""
"format": "prettier --write \"./{backend,dashboard}/**/*.ts\"",
"lint": "tslint"
},
"dependencies": {},
"devDependencies": {