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
I understand that syntax like export module Util { in packages/core/src/util/index.ts is outdated as per this eslint rule:
Use 'namespace' instead of 'module' to declare custom TypeScript
modules.eslint@typescript-eslint/prefer-namespace-keyword
Maybe it would be best to not use namespaces/modules at all? I would be happy to do a PR.
The text was updated successfully, but these errors were encountered:
Hi,
I understand that syntax like
export module Util {
inpackages/core/src/util/index.ts
is outdated as per this eslint rule:Use 'namespace' instead of 'module' to declare custom TypeScript
modules.eslint@typescript-eslint/prefer-namespace-keyword
Maybe it would be best to not use namespaces/modules at all? I would be happy to do a PR.
The text was updated successfully, but these errors were encountered: