You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
386 B
18 lines
386 B
{ |
|
"extends": [ |
|
"./.eslintrc.json", |
|
"./.eslintrc.jquery.json" |
|
], |
|
"rules": { |
|
"no-shadow": "off", |
|
"no-new": "off", |
|
"no-continue": "off", |
|
"new-cap": "off", |
|
"max-len": "off", |
|
"default-case": "off", |
|
"default-param-last": "off", |
|
"prefer-destructuring": "off", |
|
"prefer-regex-literals": "off", |
|
"import/no-import-module-exports": "off" |
|
} |
|
}
|
|
|