Skip to content

Commit

Permalink
feat(deps): bump eslint from 7.13.0 to 7.14.0 (#826)
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 Nov 30, 2020
1 parent 77bb115 commit 67dab6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
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.

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.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"eslint": "7.14.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.8.1 <8.0.0"
"eslint": ">=7.14.0 <8.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
1 change: 1 addition & 0 deletions rules/core/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
"no-new": "error",
"no-new-func": "error",
"no-new-wrappers": "error",
"no-nonoctal-decimal-escape": "error",
"no-octal": "error",
"no-octal-escape": "error",
"no-param-reassign": [
Expand Down

0 comments on commit 67dab6b

Please sign in to comment.