Skip to content

Commit

Permalink
Turn off require-yield linter rule (#537)
Browse files Browse the repository at this point in the history
Update .eslintrc.js
  • Loading branch information
jeffdaley authored Jan 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3b554ef commit 103608a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -39,5 +39,6 @@ module.exports = {
"no-self-assign": "off",
"prefer-rest-params": "off",
"no-empty": "off",
"require-yield": "off",
},
};

0 comments on commit 103608a

Please sign in to comment.