Skip to content

Commit

Permalink
Disable no-null rule in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Nov 22, 2020
1 parent 7465722 commit 4e33ff4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.1 (November 22, 2020)

- Disable `no-null` rule in base config

## 0.6.0 (November 22, 2020)

- Update dependencies to support TypeScript 4, ESLint 7 and Prettier 2
Expand Down
1 change: 1 addition & 0 deletions config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = {
'unicorn/no-abusive-eslint-disable': 'off',
'unicorn/no-fn-reference-in-iterator': 'off',
'unicorn/no-nested-ternary': 'warn',
'unicorn/no-null': 'off',
'unicorn/no-process-exit': 'off',
'unicorn/no-reduce': 'warn',
'unicorn/prefer-optional-catch-binding': 'warn',
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": "eslint-config-neo",
"version": "0.6.0",
"version": "0.6.1",
"description": "Official Neo Financial ESLint configuration",
"main": "index.js",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
Expand Down

0 comments on commit 4e33ff4

Please sign in to comment.