Skip to content

Commit

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

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v20.1.0...v21.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* feat: enabling `unicorn/prefer-array-find`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
  • Loading branch information
dependabot[bot] and erunion authored Jul 27, 2020
1 parent 6ef77dd commit b0dfe5c
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 32 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'unicorn/no-unsafe-regex': 'error',
'unicorn/no-unused-properties': 'error',
// 'unicorn/no-useless-undefined': 'error',
'unicorn/prefer-array-find': 'error',
'unicorn/prefer-set-has': 'off',
'unicorn/prefer-number-properties': 'off',
'unicorn/prefer-type-error': 'error',
Expand Down
219 changes: 188 additions & 31 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": "^20.0.0"
"eslint-plugin-unicorn": "^21.0.0"
},
"peerDependencies": {
"eslint": "^7.0.0",
Expand Down

0 comments on commit b0dfe5c

Please sign in to comment.