mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
eslint: Re-enable wrap-iife and partially enable dot-notation
Also removed upstreamed spaced-comment rule. Change-Id: Ide83abeedfea27c1f4574af0069d5a9fdb81de84
This commit is contained in:
parent
116f588fe2
commit
422ea757ae
|
@ -12,8 +12,6 @@
|
|||
"OO": false
|
||||
},
|
||||
"rules": {
|
||||
"dot-notation": 0,
|
||||
"wrap-iife": 0,
|
||||
"spaced-comment": ["error", "always", { "exceptions": ["*", "!"] }]
|
||||
"dot-notation": [ "error", { "allowKeywords": true } ]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -209,4 +209,4 @@
|
|||
count = 0;
|
||||
runNext();
|
||||
|
||||
} )();
|
||||
}() );
|
||||
|
|
Loading…
Reference in a new issue