Skip to content

Commit

Permalink
build: remove non-existent extend rule from eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Feb 23, 2021
1 parent d499275 commit dc8dbc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
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

0 comments on commit dc8dbc1

Please sign in to comment.