mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
63ead8075d
* Add inline exceptions for global selectors * Exception for $.animate in scrolling code * Fix $ prefixing in search.js * Fix repeated selectors in search.js & toc.js * Disable no-parse-html-literal in tests Change-Id: Id58fe11d1e09714501a378e4ca7ed9588f02f32d
10 lines
123 B
JSON
10 lines
123 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit",
|
|
"../../.eslintrc.json"
|
|
],
|
|
"rules": {
|
|
"jquery/no-parse-html-literal": "off"
|
|
}
|
|
}
|