mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 09:43:30 +00:00
6d572a8733
Change-Id: I409d24d7253bd2108d34fc5ec69f042f588b0b07
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"../../modules/.eslintrc.json",
|
|
"wikimedia/qunit"
|
|
],
|
|
"parserOptions": {
|
|
"sourceType": "commonjs"
|
|
},
|
|
"rules": {
|
|
"max-len": "off",
|
|
"security/detect-non-literal-require": "off"
|
|
}
|
|
}
|