| Current Path : /var/www/html/mediawiki-1.43.1/extensions/QuizGame/ |
| Current File : /var/www/html/mediawiki-1.43.1/extensions/QuizGame/.eslintrc.json |
{
"root": true,
"extends": [
"wikimedia/client-es5",
"wikimedia/mediawiki"
],
"globals": {
"jQuery": false
},
"rules": {
"array-bracket-spacing": "off",
"brace-style": "off",
"camelcase": "off",
"computed-property-spacing": "off",
"eqeqeq": "off",
"no-undef": "off",
"no-unused-vars": "off",
"no-implied-eval": "off",
"quote-props": "off",
"space-before-function-paren": "off",
"valid-jsdoc": "off",
"block-scoped-var": "warn"
}
}