14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"proseWrap": "always"
|
|
}
|