{ "root": true, "extends": [ "../../modules/.eslintrc.json", "wikimedia/qunit" ], "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", "qunit/no-loose-assertions": "warn" } }