Skip to content

Commit

Permalink
feat(deps): bump eslint from 7.14.0 to 7.15.0 (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Dec 10, 2020
1 parent d7d39a8 commit 40573e3
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 11 deletions.
77 changes: 68 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.14.0",
"eslint": "7.15.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-jest": "24.1.3",
"jest": "26.6.3",
Expand All @@ -45,7 +45,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.8.1 <5.0.0",
"@typescript-eslint/parser": ">=4.8.1 <5.0.0",
"eslint": ">=7.14.0 <8.0.0"
"eslint": ">=7.15.0 <8.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
1 change: 1 addition & 0 deletions rules/core/possible-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
"no-unreachable-loop": "error",
"no-unsafe-finally": "error",
"no-unsafe-negation": "error",
"no-unsafe-optional-chaining": "error",
"no-useless-backreference": "error",
"require-atomic-updates": "error",
"use-isnan": "error",
Expand Down

0 comments on commit 40573e3

Please sign in to comment.