diff options
author | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
commit | 166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (patch) | |
tree | f6cfa4c2bd5c5a865d82c7e3806100f4a7719450 /src/client/documents/Documents.ts | |
parent | 27c4292e709e6bbba449e940d61d54b157092296 (diff) |
more lint fixes after update
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index b108b73db..41c6ce39b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -487,9 +487,7 @@ export class DocumentOptions { export const DocOptions = new DocumentOptions(); -// eslint-disable-next-line @typescript-eslint/no-namespace export namespace Docs { - // eslint-disable-next-line @typescript-eslint/no-namespace export namespace Prototypes { type LayoutSource = { LayoutString: (key: string) => string }; type PrototypeTemplate = { @@ -647,7 +645,7 @@ export namespace Docs { * Encapsulates the factory used to create new document instances * delegated from top-level prototypes */ - // eslint-disable-next-line @typescript-eslint/no-namespace + export namespace Create { /** * This function receives the relevant document prototype and uses |