chore(deps): Update dependency prettier to v2 (#43333)

* chore(deps): Update dependency prettier to v2

* fix(prettierrc): Address review comments
This commit is contained in:
ExE Boss
2020-04-01 10:25:55 -04:00
committed by GitHub
parent ba533d7eea
commit 7c0251edd8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
+1 -1
View File
@@ -24,7 +24,7 @@
},
"devDependencies": {
"dtslint": "latest",
"prettier": "^1.17.1",
"prettier": "^2.0.2",
"types-publisher": "github:Microsoft/types-publisher#production"
},
"husky": {