Skip to content

Commit

Permalink
Enable some eslint rules (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 21, 2025
1 parent 08cba53 commit 40ae647
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
{
"root": true,
"extends": [
"wikimedia/client-es6",
"wikimedia/client",
"wikimedia/jquery",
"wikimedia/mediawiki"
],
"globals": {
"require": "readonly",
"module": "readonly"
},
"env": {
"browser": true,
"jquery": true,
"es6": true
},
"ignorePatterns": [ "vendor/**" ],
"rules": {
"one-var": "off",
"no-implicit-globals": "off",
"es/no-object-fromentries": "off",
"es/no-object-entries": "off",
"no-jquery/no-global-selector": "off",
"no-jquery/no-sizzle": "off",
"max-len": "off",
"mediawiki/class-doc": "off"
"no-jquery/no-global-selector": "off"
},
"parserOptions": {
"ecmaVersion": 2024
Expand Down

0 comments on commit 40ae647

Please sign in to comment.