mediawiki-skins-MinervaNeue/tests/qunit/.eslintrc.json
Ed Sanders 2a52e7f15c build: Update linters
Change-Id: Iaf0c760d5a69bc41505b782ab9f05864c37c7196
2020-04-13 16:05:10 +01:00

12 lines
176 B
JSON

{
"root": true,
"extends": [
"wikimedia/qunit",
"../../.eslintrc.js"
],
"rules": {
"no-restricted-properties": "off",
"no-jquery/no-parse-html-literal": "off"
}
}