Skip to content

Commit

Permalink
Update to Eslint 8
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
atjn committed Dec 29, 2021
1 parent 9a38ac7 commit 553db43
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 638 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Expand Up @@ -43,10 +43,8 @@ module.exports = {
rules: {

//Possible Errors
"no-loss-of-precision": "error",
"no-unreachable-loop": "error",
"no-unsafe-optional-chaining": ["error", {"disallowArithmeticOperators": true}],
"no-useless-backreference": "error",
"require-atomic-updates": "off", //disabled until bug is resolved: https://github.com/eslint/eslint/issues/11899

//Best Practices
Expand Down Expand Up @@ -135,7 +133,6 @@ module.exports = {

//JSDOC rules: https://github.com/gajus/eslint-plugin-jsdoc
"jsdoc/check-access": "warn",
"jsdoc/check-examples": "warn",
"jsdoc/check-syntax": "warn",
"jsdoc/require-description": "warn",
"jsdoc/require-description-complete-sentence": "warn",
Expand Down

0 comments on commit 553db43

Please sign in to comment.