You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We disabled @typescript-eslint/no-namespace in 2e1673d to avoid the ES2015 module syntax is preferred over namespaces. eslint (@typescript-eslint/no-namespace) error with the following globalThis module augmentation code:
We disabled
@typescript-eslint/no-namespace
in 2e1673d to avoid theES2015 module syntax is preferred over namespaces. eslint (@typescript-eslint/no-namespace)
error with the followingglobalThis
module augmentation code:Once there is a better option available, we should re-enable
@typescript-eslint/no-namespace
The text was updated successfully, but these errors were encountered: