9 lines
125 B
JSON
9 lines
125 B
JSON
|
{
|
||
|
"trailingComma": "all",
|
||
|
"useTabs": true,
|
||
|
"tabWidth": 1,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": false,
|
||
|
"semi": true
|
||
|
}
|