12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"arrowParens": "always",
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"printWidth": 120,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|