Add prettier
This commit is contained in:
parent
420cd788c4
commit
e96ac49c8e
5 changed files with 355 additions and 10 deletions
|
|
@ -6,6 +6,9 @@
|
|||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build:prod": "ng build --prod --base-href /life-qa/",
|
||||
"format:fix": "pretty-quick --staged",
|
||||
"precommit": "run-s format:fix lint",
|
||||
"format:check": "prettier --config ./.prettierrc --list-different \"src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}\"",
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"private": true,
|
||||
|
|
@ -22,7 +25,7 @@
|
|||
"@angular/router": "~7.2.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "~6.3.3",
|
||||
"tslib": "^1.9.0",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue