We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18aeee commit 6b05b26Copy full SHA for 6b05b26
.eslintrc
@@ -44,7 +44,7 @@
44
"@typescript-eslint/prefer-for-of": "error",
45
"@typescript-eslint/prefer-function-type": "off",
46
"@typescript-eslint/prefer-interface": "error",
47
- "@typescript-eslint/prefer-namespace-keyword": "off",
+ "@typescript-eslint/prefer-namespace-keyword": "error",
48
"semi": "off",
49
"@typescript-eslint/semi": "error",
50
"@typescript-eslint/type-annotation-spacing": "error",
scripts/word2md.ts
@@ -7,8 +7,7 @@
7
// as a command line argument and the resulting Markdown is written to standard output. The
8
// tool recognizes the specific Word styles used in the TypeScript Language Specification.
9
10
-module Word {
11
-
+namespace Word {
12
export interface Collection<T> {
13
count: number;
14
item(index: number): T;
0 commit comments