Skip to content

Commit

Permalink
Disable import/named in the TypeScript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Apr 13, 2020
1 parent fe6cea9 commit ab38083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/typescript.js
Expand Up @@ -19,4 +19,8 @@ module.exports = {
},
},

rules: {
// analysis/correctness
'import/named': 'off',
},
}

0 comments on commit ab38083

Please sign in to comment.