Skip to content

Commit

Permalink
chore(deps): bump eslint-plugin-unicorn from 17.2.0 to 18.0.1 (#62)
Browse files Browse the repository at this point in the history
* chore(deps): bump eslint-plugin-unicorn from 17.2.0 to 18.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 17.2.0 to 18.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v17.2.0...v18.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix: disabling two new unicorn rules

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot-preview[bot] and erunion authored Mar 30, 2020
1 parent 746459b commit 7b47d30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module.exports = {
'unicorn/no-unreadable-array-destructuring': 'error',
'unicorn/no-unsafe-regex': 'error',
'unicorn/no-unused-properties': 'error',
'unicorn/prefer-set-has': 'off',
'unicorn/prefer-number-properties': 'off',
'unicorn/prefer-type-error': 'error',
'unicorn/throw-new-error': 'error',
},
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^17.0.1"
"eslint-plugin-unicorn": "^18.0.1"
},
"peerDependencies": {
"eslint": "^6.7.1",
Expand Down

0 comments on commit 7b47d30

Please sign in to comment.