10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"endOfLine": "auto",
|
|
"bracketSameLine": true
|
|
}
|