Skip to content

Commit

Permalink
Merge branch 'main' into feat/programmatic-api
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 3, 2023
2 parents 26e87e1 + 813f231 commit f3e41ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ module.exports = {
// TODO: part of "stylistic" rules, remove explicit activation when that lands
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error',

// not needed to be enforced for TS
'import/namespace': 'off',
},
},
{
Expand Down

0 comments on commit f3e41ef

Please sign in to comment.