8 lines
173 B
JSON
8 lines
173 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"arrowParens": "always",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|