Skip to content

Commit

Permalink
eslint: enable prefer-const (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Apr 19, 2024
1 parent 0e9e3f1 commit a37f802
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 109 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"rules": {
"no-await-in-loop": 0,
"prefer-const": 1,
"no-await-in-loop": 0
},
"extends": ["nodemailer", "prettier", "@haraka"],
"parserOptions": {
Expand Down
Loading

0 comments on commit a37f802

Please sign in to comment.