Skip to content

Commit

Permalink
Allow for-of statements
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Mar 2, 2024
1 parent 8fb3e1f commit 0e99aa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"import/prefer-default-export": "off",
"import/extensions": "off",
"no-underscore-dangle": "off",
"no-restricted-syntax": [
"off",
"ForOfStatement"
],
"prettier/prettier": [
"error",
{
Expand Down

0 comments on commit 0e99aa1

Please sign in to comment.