Skip to content

Commit

Permalink
Upgrade eslint-config-wikimedia
Browse files Browse the repository at this point in the history
  • Loading branch information
amire80 authored and kartikm committed Dec 4, 2023
1 parent fa46920 commit 325c582
Show file tree
Hide file tree
Showing 11 changed files with 590 additions and 648 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"extends": [
"wikimedia/client",
"wikimedia/jquery",
"wikimedia/jsduck"
"wikimedia/jsdoc"
],
"globals": {
"jQuery": "readonly",
"$": "off"
},
"rules": {
"camelcase": [ "error", { "allow": [ "patterns_x", "patterns_shift" ] } ],
"comma-spacing": "off",
"indent": "off",
"max-len": "off"
"max-len": "off",
"no-var": "off"
}
}
Loading

0 comments on commit 325c582

Please sign in to comment.