mediawiki-extensions-Echo/tests/qunit/.eslintrc.json
Ed Sanders 80ddee3956 build: Update linters
Change-Id: I713aafb891306fc21a776a7d4622c6a039798753
2019-12-12 11:20:49 +00:00

13 lines
236 B
JSON

{
"extends": [
"wikimedia/qunit",
"../../.eslintrc.json"
],
"rules": {
"no-jquery/no-class-state": "off",
"no-jquery/no-parse-html-literal": "off",
"no-jquery/no-global-selector": "off",
"no-jquery/no-sizzle": "off"
}
}