Autoformat TSX files
This commit is contained in:
parent
424965f876
commit
dea56c0008
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue