Skip to content

Commit

Permalink
feat: add exceptions for d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 26, 2023
1 parent 4b52231 commit b632020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module.exports = {
'@typescript-eslint/consistent-type-definitions': 0,
'@typescript-eslint/no-empty-interface': 0,
'@typescript-eslint/no-shadow': 0,
'no-var': 0,
'vars-on-top': 0,
},
},
],
Expand Down

0 comments on commit b632020

Please sign in to comment.