mirror of
https://github.com/kevin-DL/breeze-next-template.git
synced 2026-01-11 18:34:27 +00:00
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": true,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all"
|
|
}
|