mirror of
https://github.com/okiba-org/frontend.git
synced 2025-02-22 09:12:04 +00:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"quoteProps": "consistent",
|
|
"jsxSingleQuote": false,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80
|
|
} |