10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": false,
|
|
"arrowParens": "always"
|
|
}
|