drupal/core/.eslintrc.passing.json

19 lines
415 B
JSON

{
"extends": "./.eslintrc.json",
"rules": {
"no-useless-escape": "off",
"no-use-before-define": "off",
"no-throw-literal": "off",
"no-shadow": "off",
"no-restricted-syntax": "off",
"no-new": "off",
"no-multi-assign": "off",
"no-continue": "off",
"new-cap": "off",
"max-len": "off",
"default-case": "off",
"camelcase": "off",
"prefer-rest-params": "off"
}
}