drupal/core/.eslintrc.passing.json

25 lines
619 B
JSON

{
"extends": "./.eslintrc.json",
"rules": {
"no-shadow": "off",
"no-new": "off",
"no-continue": "off",
"new-cap": "off",
"max-len": "off",
"default-case": "off",
"indent": "off",
"prefer-destructuring": "off",
"object-curly-newline": "off",
"operator-linebreak": "off",
"no-empty": "off",
"no-else-return": "off",
"no-restricted-globals": "off",
"react/no-this-in-sfc": "off",
"react/destructuring-assignment": "off",
"function-paren-newline": "off",
"implicit-arrow-linebreak": "off",
"import/named": "off",
"spaced-comment": "off"
}
}