Skip to content

Commit

Permalink
fix: use correct config name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nanberg committed Aug 18, 2023
1 parent a720195 commit e305e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
},
extends: [
'plugin:import/typescript',
'plugin:@typescript-eslint/eslint-recommended-type-checked',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'prettier',
],
rules: {
Expand Down

0 comments on commit e305e82

Please sign in to comment.