mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
ESLint: Use sourceType:commonjs instead of no-implicit-globals:off
Change-Id: I409d24d7253bd2108d34fc5ec69f042f588b0b07
This commit is contained in:
parent
5d7f91a0b9
commit
6d572a8733
|
@ -4,8 +4,10 @@
|
|||
"../../modules/.eslintrc.json",
|
||||
"wikimedia/qunit"
|
||||
],
|
||||
"parserOptions": {
|
||||
"sourceType": "commonjs"
|
||||
},
|
||||
"rules": {
|
||||
"no-implicit-globals": "off",
|
||||
"max-len": "off",
|
||||
"security/detect-non-literal-require": "off"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue