Skip to content

Commit

Permalink
fix(deps): bump eslint from 7.4.0 to 7.5.0 (remove id-blacklist) (#706
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 Jul 20, 2020
1 parent 64aca22 commit 5acd469
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
33 changes: 21 additions & 12 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 @@ -34,7 +34,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"eslint": "7.4.0",
"eslint": "7.5.0",
"eslint-find-rules": "3.6.0",
"execa": "4.0.3",
"prettier": "2.0.5",
Expand All @@ -46,7 +46,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=3.6.1 <4.0.0",
"@typescript-eslint/parser": ">=3.6.1 <4.0.0",
"eslint": ">=7.4.0 <8.0.0"
"eslint": ">=7.5.0 <8.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
1 change: 0 additions & 1 deletion rules/core/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
],
"func-names": ["error", "as-needed"],
"func-style": "off",
"id-blacklist": "off",
"id-denylist": "off",
"id-length": "off",
"id-match": "off",
Expand Down

0 comments on commit 5acd469

Please sign in to comment.