Skip to content

Commit

Permalink
lint: add rule
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 7, 2024
1 parent 4226caf commit 73cfa7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ env:
es2022: true

extends: ['@haraka']

rules:
no-unused-vars: ["warn"]

0 comments on commit 73cfa7a

Please sign in to comment.