Skip to content

Commit

Permalink
fix(eslint/typescript): disable import/no-named-as-default-member
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 9, 2020
1 parent 595e9d8 commit 40e11d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xerox-eslint-config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = {
],
'import/default': 'off',
'import/export': 'off',
'import/no-named-as-default-member': 'off',
},
overrides: [
{
Expand Down

0 comments on commit 40e11d7

Please sign in to comment.