This doesn't appear to be justified due to the one use case. This will now be done via OOjs UI and given jquery.tipsy is deprecated it is better to replace it (T117720). Bug: T119417 Bug: T102922 Change-Id: I60cce248884308bf0728d153f6137a8d25e01300
27 lines
338 B
Plaintext
27 lines
338 B
Plaintext
{
|
|
// Enforcing
|
|
"bitwise": true,
|
|
"eqeqeq": true,
|
|
"freeze": true,
|
|
"latedef": "nofunc",
|
|
"futurehostile": true,
|
|
"noarg": true,
|
|
"nonew": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"strict": false,
|
|
|
|
// Relaxing
|
|
|
|
// Environment
|
|
"browser": true,
|
|
"jquery": true,
|
|
|
|
"globals": {
|
|
"mediaWiki": false,
|
|
"OO": false,
|
|
"QUnit": false
|
|
}
|
|
}
|