mediawiki-extensions-Discus.../tests/qunit/.eslintrc.json

13 lines
205 B
JSON
Raw Normal View History

{
"root": true,
"extends": [
"../../modules/.eslintrc.json",
"wikimedia/qunit"
],
"rules": {
"no-implicit-globals": "off",
"max-len": "off",
"security/detect-non-literal-require": "off"
}
}