Skip to content

Commit

Permalink
revert eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 18, 2024
1 parent 5b06cba commit 0ca61d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"rules": {
"no-await-in-loop": 0,
"prefer-const": 0,
"prefer-const": 1,
},
"extends": ["nodemailer", "prettier", "@haraka"],
"parserOptions": {
Expand Down

0 comments on commit 0ca61d8

Please sign in to comment.