Skip to content

Commit

Permalink
Relax linting requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed Mar 2, 2024
1 parent 42582d2 commit 2d1ef1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = {
"comma-style": ["error", "last"],
"complexity": "error",
"computed-property-spacing": ["error", "never"],
"consistent-return": "error",
"consistent-return": "off",
"consistent-this": "error",
"curly": "error",
"default-case": "error",
Expand All @@ -124,7 +124,7 @@ module.exports = {
"function-paren-newline": "off",
"generator-star-spacing": ["error", { "before": false, "after": true }],
"grouped-accessor-pairs": "error",
"guard-for-in": "error",
"guard-for-in": "off",
"id-blacklist": "error",
"id-length": "off",
"id-match": "error",
Expand Down

0 comments on commit 2d1ef1f

Please sign in to comment.