9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|