Autoformat TSX files

This commit is contained in:
Daniel Gasienica 2018-04-13 16:26:08 -04:00
parent 424965f876
commit dea56c0008

View file

@ -43,7 +43,7 @@
"jshint": "yarn grunt jshint",
"lint": "yarn eslint && yarn grunt lint && yarn tslint",
"tslint": "tslint --config tslint.json --format stylish --project .",
"format": "prettier --require-pragma --single-quote --trailing-comma es5 --write \"ts/**/*.ts\"",
"format": "prettier --require-pragma --single-quote --trailing-comma es5 --write \"ts/**/*.{ts,tsx}\"",
"transpile": "tsc",
"clean-transpile": "rimraf ts/**/*.js ts/*.js",
"open-coverage": "open coverage/lcov-report/index.html",