mediawiki-extensions-Popups/.jshintrc
Sam Smith 83dbf746ba Enable Redux DevTools in debug mode
Also, fix a bug introduced in Ib7168217 wherein the non-existent
Redux.thunk was referenced rather than ReduxThunk.default.

Change-Id: Ia4cc28b16b17442de69ed84bb8e8c88a6a9f201d
2016-11-09 10:38:20 +00:00

25 lines
422 B
Plaintext

{
"globals": {
"console": true,
"jQuery": true,
"mediaWiki": true,
"module": false,
"moment": true, // FIXME: Remove this once moment is removed from codebase
"require": false,
"OO": true,
"QUnit": true,
"Redux": true,
"ReduxThunk": true
},
"browser": true,
"curly": true,
"eqeqeq": true,
"forin": false,
"onevar": true,
"supernew": true,
"trailing": true,
"undef" : true,
"unused": true
}