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