2017-10-08 10:01:20 +00:00
|
|
|
{
|
|
|
|
"extends": "./.eslintrc.json",
|
|
|
|
"rules": {
|
|
|
|
"no-shadow": "off",
|
|
|
|
"no-new": "off",
|
|
|
|
"no-continue": "off",
|
|
|
|
"new-cap": "off",
|
|
|
|
"max-len": "off",
|
2018-07-03 17:02:15 +00:00
|
|
|
"default-case": "off",
|
|
|
|
"prefer-destructuring": "off",
|
|
|
|
"react/no-this-in-sfc": "off",
|
|
|
|
"react/destructuring-assignment": "off",
|
2018-08-09 15:49:18 +00:00
|
|
|
"import/named": "off"
|
2017-10-08 10:01:20 +00:00
|
|
|
}
|
|
|
|
}
|