www.fgks.org   »   [go: up one dir, main page]

blob: 4b0ea53f0025c3ab3d3844141154c7606178c5e5 [file] [log] [blame]
{
"root": true,
"extends": [
"wikimedia/client-es6",
"wikimedia/jquery",
"wikimedia/mediawiki"
],
"env": {
"commonjs": true,
"jest": true
},
"globals": {
"Backbone": "readonly",
"_": "readonly",
"mediaWiki": "readonly",
"jQuery": "readonly",
"moment": "readonly"
},
"rules": {
"compat/compat": "warn",
"no-jquery/no-global-selector": "off",
"no-jquery/no-sizzle": "warn",
"no-restricted-syntax": [
"error",
{
"message": "Using .done() is not allowed. See https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript#Asynchronous_code",
"selector": "MemberExpression > Identifier[name=\"done\"]"
},
{
"message": "Using .fail() is not allowed. See https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript#Asynchronous_code",
"selector": "MemberExpression > Identifier[name=\"fail\"]"
}
],
"es-x/no-resizable-and-growable-arraybuffers": "warn"
}
}