15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"proseWrap": "always"
|
|
}
|