Newer
Older

Lauri Timmanee
committed
{
"extends": [
"./.eslintrc.json",
"./.eslintrc.jquery.json"
],

Lauri Timmanee
committed
"rules": {
"no-shadow": "off",
"no-new": "off",
"no-continue": "off",
"new-cap": "off",
"max-len": "off",

Lauri Timmanee
committed
"default-case": "off",
"prefer-destructuring": "off",
"react/no-this-in-sfc": "off",
"react/destructuring-assignment": "off",

Lauri Timmanee
committed
"import/named": "off"