drupal/core/.eslintrc.passing.json

12 lines
195 B
JSON

{
"extends": "./.eslintrc.json",
"rules": {
"no-shadow": "off",
"no-new": "off",
"no-continue": "off",
"new-cap": "off",
"max-len": "off",
"default-case": "off"
}
}