Skip to content

Commit

Permalink
🐛 fix: import extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJmpl3 committed Jul 25, 2022
1 parent bd13048 commit ada13ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-typescript-base",
"version": "4.0.0",
"version": "4.0.1",
"description": "Airbnb Base Typescript config",
"license": "MIT",
"author": "José Manuel Casani Guerra <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions rules/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ module.exports = {
js: 'never',
mjs: 'never',
jsx: 'never',
ts: 'never',
tsx: 'never',
},
],

Expand Down

0 comments on commit ada13ab

Please sign in to comment.