Skip to content

Commit

Permalink
auto fix morebits.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Apr 22, 2024
1 parent 89b5fbc commit 6828e6d
Show file tree
Hide file tree
Showing 2 changed files with 494 additions and 491 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"computed-property-spacing": "off",
"es-x/no-array-prototype-includes": "warn",
"es-x/no-object-values": "warn",
"es-x/no-resizable-and-growable-arraybuffers": "off",
"indent": "off",
"max-len": "off",
"mediawiki/class-doc": "warn",
"new-cap": "off",
"no-alert": "off",
"no-jquery/no-class-state": "warn",
Expand All @@ -31,6 +33,7 @@
"no-jquery/no-parse-html-literal": "warn",
"no-jquery/no-sizzle": "warn",
"no-jquery/variable-pattern": "warn",
"no-loop-func": "warn",
"no-nested-ternary": "error",
"no-new": "warn",
"no-restricted-syntax": [
Expand All @@ -48,6 +51,7 @@
"no-script-url": "warn",
"no-sequences": "warn",
"no-shadow": "warn",
"no-throw-literal": "warn",
"no-underscore-dangle": "warn",
"no-unused-expressions": "warn",
"no-use-before-define": "warn",
Expand All @@ -56,6 +60,7 @@
"object-curly-spacing": "off",
"prefer-const": "warn",
"space-before-function-paren": "off",
"space-in-parens": "off"
"space-in-parens": "off",
"unicorn/prefer-string-slice": "warn"
}
}
Loading

0 comments on commit 6828e6d

Please sign in to comment.