fix prettier script

This commit is contained in:
Xymorot 2019-06-08 01:01:50 +02:00
parent 09bd286db7
commit e6ffde7b5e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"watch": "tsc -w",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"tslint": "tslint -t stylish -c tslint.json -p tsconfig.json",
"prettier": "prettier -c *.{html,{c,sc,sa}ss}"
"prettier": "prettier -c **/*.{html,{c,sc,sa,le}ss,yml}"
},
"dependencies": {
"electron": "^2.0.18",