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

Add codestyle-check npm script

This commit is contained in:
Dragory 2020-01-12 11:57:25 +02:00
parent f41919c3e3
commit 2e621c46b9

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": {