Skip to content

Commit

Permalink
Merge pull request #222 from Avasam/renovate/eslint-plugin-unicorn-33.x
Browse files Browse the repository at this point in the history
Update dependency eslint-plugin-unicorn to v33
  • Loading branch information
Avasam authored Jun 3, 2021
2 parents 5aa80b1 + 0059fb8 commit 486fa6a
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 61 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
],
"unicorn/numeric-separators-style": "error",
"unicorn/prefer-add-event-listener": "error",
"unicorn/prefer-object-has-own": "error",
"unicorn/prefer-query-selector": 0,
"unicorn/prefer-text-content": "error",
"unicorn/prevent-abbreviations": [
Expand Down
64 changes: 34 additions & 30 deletions global-scoreboard/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 global-scoreboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.7.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^32.0.1",
"eslint-plugin-unicorn": "^33.0.0",
"patch-package": "^6.4.7",
"typescript": "^4.3.2"
},
Expand Down
61 changes: 32 additions & 29 deletions tournament-scheduler/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 tournament-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.7.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^32.0.1",
"eslint-plugin-unicorn": "^33.0.0",
"typescript": "^4.3.2"
},
"eslintConfig": {
Expand Down

0 comments on commit 486fa6a

Please sign in to comment.