@ -17,6 +17,7 @@
"react"
],
"rules": {
"max-len": [1, { "code": 200 }],
"no-useless-constructor": "off",
"react/prop-types": "off",
"eqeqeq": [1],
@ -1,7 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"printWidth": 200,
"singleQuote": true,
"quoteProps": "preserve",
"semi": true,