mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* chore(deps): Update dependency prettier to v2 * fix(prettierrc): Address review comments
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"printWidth": 120
|
|
}
|