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

15 lines
298 B
JSON
Raw Normal View History

{
"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"
}
}