Include Prettier as part of yarn lint
This commit is contained in:
parent
97dfffd2b0
commit
428984c8e2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"eslint": "eslint .",
|
||||
"jscs": "yarn grunt jscs",
|
||||
"jshint": "yarn grunt jshint",
|
||||
"lint": "yarn eslint && yarn grunt lint && yarn tslint",
|
||||
"lint": "yarn format --list-different && yarn eslint && yarn grunt lint && yarn tslint",
|
||||
"tslint": "tslint --config tslint.json --format stylish --project .",
|
||||
"format": "prettier --write \"*.js\" \"js/**/*.js\" \"ts/**/*.{ts,tsx}\" \"test/**/*.js\"",
|
||||
"transpile": "tsc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue