schunder-madre/web/core/.eslintrc.passing.json

16 lines
337 B
JSON
Raw Normal View History

2021-10-28 17:36:55 +02:00
{
"extends": "./.eslintrc.json",
"rules": {
"no-shadow": "off",
"no-new": "off",
"no-continue": "off",
"new-cap": "off",
"max-len": "off",
"default-case": "off",
"prefer-destructuring": "off",
"react/no-this-in-sfc": "off",
"react/destructuring-assignment": "off",
"import/named": "off"
}
}