Skip to content

Commit

Permalink
feat: Allow TypeScript type aliases (#73)
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
yokuze committed Nov 1, 2021
1 parent f72433c commit 6f2a10c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,6 @@ module.exports = {
'typedefs': false,
},
],

'@typescript-eslint/no-type-alias': [
'error',
{
'allowAliases': 'in-unions-and-intersections',
'allowCallbacks': 'always',
'allowMappedTypes': 'always',
},
],
},
},
{
Expand Down

0 comments on commit 6f2a10c

Please sign in to comment.