8 lines
147 B
JSON
8 lines
147 B
JSON
|
{
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"arrowParens": "always",
|
||
|
"max-len": ["error", 140, 2],
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false
|
||
|
}
|