9 lines
153 B
JSON
9 lines
153 B
JSON
|
|
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"tabWidth": 4
|
|
}
|