Skip to content

Commit

Permalink
removed rules/no-newline-no-curly-if
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 6, 2024
1 parent d0ffea5 commit 5b9ca25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

#### [1.1.1] - 2024-04-06
#### [1.1.2] - 2024-04-06

- remove rule no-newline-no-curly-if
- remove haraka:recommended
- remove rules included in eslint:recommended

#### [1.1.0] - 2024-04-06
#### 1.1.0 - 2024-04-06

- chore: update to eslint 8 standards
- publish as @haraka/eslint-config
Expand Down Expand Up @@ -91,4 +92,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.0.11]: https://github.com/haraka/haraka-eslint/releases/tag/1.0.11
[1.0.15]: https://github.com/haraka/haraka-eslint/releases/tag/1.0.15
[1.0.16]: https://github.com/haraka/haraka-eslint/releases/tag/v1.0.16
[1.1.1]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.1
[1.1.2]: https://github.com/haraka/haraka-eslint/releases/tag/v1.1.2
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
rules: {
// 0 = off // 1 = warn // 2 = error
"no-newline-no-curly-if": require("./rules/no-newline-no-curly-if"),
"no-empty": ["error", { allowEmptyCatch: true }],
"no-undef": "warn",
"no-console": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haraka/eslint-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "eslint config for Haraka projects",
"keywords": [
"eslint",
Expand Down
36 changes: 0 additions & 36 deletions rules/no-newline-no-curly-if.js

This file was deleted.

0 comments on commit 5b9ca25

Please sign in to comment.