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

16 lines
277 B
JSON
Raw Normal View History

{
"root": true,
"extends": [
"../../resources/.eslintrc.json",
"wikimedia/qunit"
],
"globals": {
"sinon": "readonly"
},
"rules": {
"no-jquery/no-global-selector": "off",
"no-jquery/no-sizzle": "off",
"es-x/no-resizable-and-growable-arraybuffers": "warn"
}
}