mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Allow TS namespaces
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user