10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid"
|
|
}
|