3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Add codestyle-check npm script

This commit is contained in:
Dragory 2020-01-12 11:57:25 +02:00
parent 564adf6afb
commit 4c7f458fa7

View file

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