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