Skip to content

Commit 2bb1326

Browse files
build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 (typestack#608)
1 parent e34e1ae commit 2bb1326

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.eslintrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ extends:
1212
- 'plugin:@typescript-eslint/recommended-requiring-type-checking'
1313
- 'plugin:jest/recommended'
1414
- 'prettier'
15-
- 'prettier/@typescript-eslint'
1615
rules:
1716
'@typescript-eslint/explicit-member-accessibility': off
1817
'@typescript-eslint/no-angle-bracket-type-assertion': off

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@typescript-eslint/eslint-plugin": "^4.15.2",
6060
"@typescript-eslint/parser": "^4.15.2",
6161
"eslint": "^7.20.0",
62-
"eslint-config-prettier": "^7.2.0",
62+
"eslint-config-prettier": "^8.0.0",
6363
"eslint-plugin-jest": "^24.1.5",
6464
"husky": "^4.3.8",
6565
"jest": "^26.6.3",

0 commit comments

Comments
 (0)