Skip to content

Commit

Permalink
disable import extensions lint rule in test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed May 13, 2024
1 parent 4968ef9 commit 55c26ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ module.exports = [
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-misused-promises': 'off',
'import/extensions': 'off',
},
},
];

0 comments on commit 55c26ba

Please sign in to comment.