Skip to content

Commit

Permalink
fix: bump eslint-plugin-unicorn from 15.0.1 to 16.0.0 (#115)
Browse files Browse the repository at this point in the history
* fix: bump eslint-plugin-unicorn from 15.0.1 to 16.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 15.0.1 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v15.0.1...v16.0.0)

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

* Update rules.

Co-authored-by: Golo Roden <golo.roden@thenativeweb.io>
  • Loading branch information
dependabot-preview[bot] and goloroden authored Feb 2, 2020
1 parent c76a417 commit 4b5c20b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ let rules = {
'unicorn/prefer-add-event-listener': 'off',
'unicorn/prefer-dataset': 'error',
'unicorn/prefer-event-key': 'error',
'unicorn/prefer-exponentiation-operator': 'error',
'unicorn/prefer-flat-map': 'error',
'unicorn/prefer-includes': 'error',
'unicorn/prefer-modern-dom-apis': 'off',
Expand All @@ -560,14 +559,15 @@ let rules = {
'unicorn/prefer-node-remove': 'off',
'unicorn/prefer-query-selector': 'off',
'unicorn/prefer-reflect-apply': 'error',
'unicorn/prefer-replace-all': 'error',
'unicorn/prefer-spread': 'error',
'unicorn/prefer-starts-ends-with': 'error',
'unicorn/prefer-string-slice': 'error',
'unicorn/prefer-text-content': 'off',
'unicorn/prefer-trim-start-end': 'error',
'unicorn/prefer-type-error': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/regex-shorthand': 'error',
'unicorn/regex-shorthand': [ 'error', { sortCharacterClasses: true }],
'unicorn/throw-new-error': 'error'
};

Expand Down
21 changes: 14 additions & 7 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 @@ -31,7 +31,7 @@
"eslint-plugin-extended": "0.2.0",
"eslint-plugin-mocha": "6.2.2",
"eslint-plugin-react": "7.18.2",
"eslint-plugin-unicorn": "15.0.1"
"eslint-plugin-unicorn": "16.0.0"
},
"devDependencies": {
"eslint": "6.8.0",
Expand Down

0 comments on commit 4b5c20b

Please sign in to comment.