Skip to content

Commit

Permalink
Allow TS namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Aug 30, 2024
1 parent dd3a305 commit f2efebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ module.exports = {
"indent": "off",
"@typescript-eslint/indent": "off",

// Allow namespaces, they are generated into flat functions and we don't care about modules for helpers
"@typescript-eslint/no-namespace": "off",

/*
// Disable use before define, as irrelevant for TS interfaces
"no-use-before-define": "off",
Expand Down

0 comments on commit f2efebe

Please sign in to comment.