mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
74f6c4899c
Change-Id: I63a0ebf0b31a0d5d4e680a4e2a5a0be4850be165
16 lines
189 B
JSON
16 lines
189 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit",
|
|
"../../../.eslintrc.json"
|
|
],
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
"globals": {
|
|
"sinon": false
|
|
},
|
|
"rules": {
|
|
"jquery/no-parse-html-literal": "off"
|
|
}
|
|
}
|