DefinitelyTyped/.prettierrc.json
ExE Boss 7c0251edd8
chore(deps): Update dependency prettier to v2 (#43333)
* chore(deps): Update dependency prettier to v2

* fix(prettierrc): Address review comments
2020-04-01 10:25:55 -04:00

9 lines
183 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 120
}