mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 02:47:02 +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
|
|
}
|