Skip to content

Commit

Permalink
build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 23, 2021
1 parent e34e1ae commit 2bb1326
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Expand Up @@ -12,7 +12,6 @@ extends:
- 'plugin:@typescript-eslint/recommended-requiring-type-checking'
- 'plugin:jest/recommended'
- 'prettier'
- 'prettier/@typescript-eslint'
rules:
'@typescript-eslint/explicit-member-accessibility': off
'@typescript-eslint/no-angle-bracket-type-assertion': off
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -59,7 +59,7 @@
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jest": "^24.1.5",
"husky": "^4.3.8",
"jest": "^26.6.3",
Expand Down

0 comments on commit 2bb1326

Please sign in to comment.