Skip to content

Commit

Permalink
feat(config): added tsx to allowed extension
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Aug 23, 2022
1 parent 7de6c86 commit ea5e7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
{
js: 'never',
ts: 'never',
tsx: 'never',
},
],
},
Expand Down

0 comments on commit ea5e7a7

Please sign in to comment.