Skip to content

Commit

Permalink
Remove no I prefix rule from eslint config (#20)
Browse files Browse the repository at this point in the history
* Remove no I prefix rule from eslint config

* Formatting
  • Loading branch information
Ronnie Magatti authored Jan 28, 2022
1 parent 424a452 commit d9b9c7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.3 (January 25, 2022)

- Disable `@typescript-eslint/interface-name-prefix` rule

## 0.6.2 (January 29, 2021)

- Disable `no-useless-undefined` rule in tests
Expand Down
3 changes: 2 additions & 1 deletion config-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
},
rules: {
'node/no-unpublished-require': 'warn',
},
'@typescript-eslint/interface-name-prefix': 'off',
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-neo",
"version": "0.6.2",
"version": "0.6.3",
"description": "Official Neo Financial ESLint configuration",
"main": "index.js",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
Expand Down

0 comments on commit d9b9c7f

Please sign in to comment.