Skip to content

Commit ee5ab35

Browse files
chore(): upgrade eslint and prettier
1 parent eaf6c1f commit ee5ab35

File tree

4 files changed

+181
-334
lines changed

4 files changed

+181
-334
lines changed

.eslintrc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ 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
18-
'@typescript-eslint/no-angle-bracket-type-assertion': off
1917
'@typescript-eslint/no-parameter-properties': off
2018
'@typescript-eslint/explicit-function-return-type': off
21-
'@typescript-eslint/member-delimiter-style': off
22-
'@typescript-eslint/no-inferrable-types': off
2319
'@typescript-eslint/no-explicit-any': off
2420
'@typescript-eslint/member-ordering': 'error'
2521
'@typescript-eslint/no-unused-vars':
@@ -31,4 +27,5 @@ rules:
3127
'@typescript-eslint/no-unsafe-assignment': off
3228
'@typescript-eslint/no-unsafe-call': off
3329
'@typescript-eslint/no-unsafe-member-access': off
30+
'@typescript-eslint/no-unsafe-argument': off
3431
'@typescript-eslint/explicit-module-boundary-types': off

0 commit comments

Comments
 (0)