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 16:25:55 +02:00 committed by GitHub
parent ba533d7eea
commit 7c0251edd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,

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": {