Skip to content

Commit

Permalink
lint: remove deprecated semi-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 27, 2024
1 parent e3bd95c commit aff643b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env:
extends: ['@haraka']

rules:
semi-style: [error, last]
prefer-template: 'warn'
no-unneeded-ternary: 1
no-unused-vars: 0
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

#### Changed

- lint: remove deprecated semi-style rule
- dep(haraka-email-message): bump 1.2.3 -> 1.2.4, #3408
- removed dependency on ldap plugins #3399
- doc(tls.md): add note for no_tls_hosts for outbound
Expand Down

0 comments on commit aff643b

Please sign in to comment.