2017-10-08 10:01:20 +00:00
|
|
|
{
|
2021-06-29 00:47:31 +00:00
|
|
|
"extends": [
|
|
|
|
"./.eslintrc.json",
|
|
|
|
"./.eslintrc.jquery.json"
|
|
|
|
],
|
2017-10-08 10:01:20 +00:00
|
|
|
"rules": {
|
|
|
|
"no-shadow": "off",
|
|
|
|
"no-new": "off",
|
|
|
|
"no-continue": "off",
|
|
|
|
"new-cap": "off",
|
|
|
|
"max-len": "off",
|
2018-07-03 17:02:15 +00:00
|
|
|
"default-case": "off",
|
2022-02-28 08:58:03 +00:00
|
|
|
"default-param-last": "off",
|
2018-07-03 17:02:15 +00:00
|
|
|
"prefer-destructuring": "off",
|
2022-02-28 08:58:03 +00:00
|
|
|
"prefer-regex-literals": "off",
|
|
|
|
"import/named": "off",
|
|
|
|
"import/no-import-module-exports": "off"
|
2017-10-08 10:01:20 +00:00
|
|
|
}
|
|
|
|
}
|