linted 16.12.2-rc.1 → 16.12.2-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. package/.github/workflows/RELEASE.yml +35 -35
  2. package/.github/workflows/rc.yml +35 -35
  3. package/LICENSE +21 -21
  4. package/README.md +390 -390
  5. package/SECURITY.md +9 -9
  6. package/dist/imports/plugins.d.ts.map +1 -1
  7. package/dist/imports.d.ts.map +1 -1
  8. package/dist/rules/_html.d.ts +8 -0
  9. package/dist/rules/_html.d.ts.map +1 -0
  10. package/dist/rules/_html.js +4 -0
  11. package/dist/rules/_html.js.map +1 -0
  12. package/dist/rules/_js.d.ts +765 -0
  13. package/dist/rules/_js.d.ts.map +1 -0
  14. package/dist/rules/_js.js +4 -0
  15. package/dist/rules/_js.js.map +1 -0
  16. package/dist/rules/_json.d.ts +74 -0
  17. package/dist/rules/_json.d.ts.map +1 -0
  18. package/dist/rules/_json.js +4 -0
  19. package/dist/rules/_json.js.map +1 -0
  20. package/dist/rules/_jsonc.d.ts +77 -0
  21. package/dist/rules/_jsonc.d.ts.map +1 -0
  22. package/dist/rules/_jsonc.js +4 -0
  23. package/dist/rules/_jsonc.js.map +1 -0
  24. package/dist/rules/_md.d.ts +7 -0
  25. package/dist/rules/_md.d.ts.map +1 -0
  26. package/dist/rules/_md.js +3 -0
  27. package/dist/rules/_md.js.map +1 -0
  28. package/dist/rules/_mocha.d.ts +8 -0
  29. package/dist/rules/_mocha.d.ts.map +1 -0
  30. package/dist/rules/_mocha.js +4 -0
  31. package/dist/rules/_mocha.js.map +1 -0
  32. package/dist/rules/_svelte.d.ts +1269 -0
  33. package/dist/rules/_svelte.d.ts.map +1 -0
  34. package/dist/rules/_svelte.js +15 -0
  35. package/dist/rules/_svelte.js.map +1 -0
  36. package/dist/rules/_ts.d.ts +1133 -0
  37. package/dist/rules/_ts.d.ts.map +1 -0
  38. package/dist/rules/_ts.js +13 -0
  39. package/dist/rules/_ts.js.map +1 -0
  40. package/dist/rules/_yml.d.ts +73 -0
  41. package/dist/rules/_yml.d.ts.map +1 -0
  42. package/dist/rules/_yml.js +4 -0
  43. package/dist/rules/_yml.js.map +1 -0
  44. package/dist/rules/html/_enable.d.ts +8 -0
  45. package/dist/rules/html/_enable.d.ts.map +1 -0
  46. package/dist/rules/html/_enable.js +10 -0
  47. package/dist/rules/html/_enable.js.map +1 -0
  48. package/dist/rules/html/_recommended.d.ts +3 -0
  49. package/dist/rules/html/_recommended.d.ts.map +1 -0
  50. package/dist/rules/html/_recommended.js +5 -0
  51. package/dist/rules/html/_recommended.js.map +1 -0
  52. package/dist/rules/js/_enable.d.ts +348 -0
  53. package/dist/rules/js/_enable.d.ts.map +1 -0
  54. package/dist/rules/js/_enable.js +260 -0
  55. package/dist/rules/js/_enable.js.map +1 -0
  56. package/dist/rules/js/stylistic.d.ts +420 -0
  57. package/dist/rules/js/stylistic.d.ts.map +1 -0
  58. package/dist/rules/js/stylistic.js +270 -0
  59. package/dist/rules/js/stylistic.js.map +1 -0
  60. package/dist/rules/json/_enable.d.ts +27 -0
  61. package/dist/rules/json/_enable.d.ts.map +1 -0
  62. package/dist/rules/json/_enable.js +31 -0
  63. package/dist/rules/json/_enable.js.map +1 -0
  64. package/dist/rules/md/_enable.d.ts +7 -0
  65. package/dist/rules/md/_enable.d.ts.map +1 -0
  66. package/dist/rules/md/_enable.js +9 -0
  67. package/dist/rules/md/_enable.js.map +1 -0
  68. package/dist/rules/mocha/_enable.d.ts +3 -0
  69. package/dist/rules/mocha/_enable.d.ts.map +1 -0
  70. package/dist/rules/mocha/_enable.js +4 -0
  71. package/dist/rules/mocha/_enable.js.map +1 -0
  72. package/dist/rules/mocha/_recommended.d.ts +3 -0
  73. package/dist/rules/mocha/_recommended.d.ts.map +1 -0
  74. package/dist/rules/mocha/_recommended.js +5 -0
  75. package/dist/rules/mocha/_recommended.js.map +1 -0
  76. package/dist/rules/svelte/_enable.d.ts +126 -0
  77. package/dist/rules/svelte/_enable.d.ts.map +1 -0
  78. package/dist/rules/svelte/_enable.js +90 -0
  79. package/dist/rules/svelte/_enable.js.map +1 -0
  80. package/dist/rules/svelte/disable_x.d.ts +5 -0
  81. package/dist/rules/svelte/disable_x.d.ts.map +1 -0
  82. package/dist/rules/svelte/disable_x.js +4 -0
  83. package/dist/rules/svelte/disable_x.js.map +1 -0
  84. package/dist/rules/ts/_enable.d.ts +262 -0
  85. package/dist/rules/ts/_enable.d.ts.map +1 -0
  86. package/dist/rules/ts/_enable.js +359 -0
  87. package/dist/rules/ts/_enable.js.map +1 -0
  88. package/dist/rules/ts/disable_compiler.d.ts +18 -0
  89. package/dist/rules/ts/disable_compiler.d.ts.map +1 -0
  90. package/dist/rules/ts/disable_compiler.js +22 -0
  91. package/dist/rules/ts/disable_compiler.js.map +1 -0
  92. package/dist/rules/yml/_enable.d.ts +39 -0
  93. package/dist/rules/yml/_enable.d.ts.map +1 -0
  94. package/dist/rules/yml/_enable.js +28 -0
  95. package/dist/rules/yml/_enable.js.map +1 -0
  96. package/eslint.config.js +3 -3
  97. package/package.json +99 -99
  98. package/src/files/html.ts +1 -1
  99. package/src/files/js.ts +1 -1
  100. package/src/files/json.ts +1 -1
  101. package/src/files/jsonc.ts +4 -4
  102. package/src/files/md.ts +1 -1
  103. package/src/files/mocha.ts +1 -1
  104. package/src/files/svelte.ts +1 -1
  105. package/src/files/ts.ts +5 -5
  106. package/src/files/yml.ts +5 -5
  107. package/src/files.ts +22 -22
  108. package/src/imports/parsers.ts +15 -15
  109. package/src/imports/plugins.ts +19 -19
  110. package/src/imports.ts +8 -8
  111. package/src/index.ts +36 -36
  112. package/src/rules/_strings/id.ts +18 -18
  113. package/src/rules/_strings/level.ts +6 -6
  114. package/src/rules/_strings/state.ts +56 -56
  115. package/src/rules/_strings.ts +6 -6
  116. package/src/rules/html/enable.ts +16 -16
  117. package/src/rules/html/enable_recommended.ts +9 -9
  118. package/src/rules/html.ts +4 -4
  119. package/src/rules/js/enable.ts +524 -524
  120. package/src/rules/js/enable_stylistic.ts +608 -608
  121. package/src/rules/js.ts +4 -4
  122. package/src/rules/json/enable.ts +33 -33
  123. package/src/rules/json/enable_x.ts +89 -89
  124. package/src/rules/json.ts +4 -4
  125. package/src/rules/jsonc/override.ts +16 -16
  126. package/src/rules/jsonc.ts +4 -4
  127. package/src/rules/md/enable.ts +15 -15
  128. package/src/rules/md.ts +3 -3
  129. package/src/rules/mocha/enable.ts +3 -3
  130. package/src/rules/mocha/enable_recommended.ts +9 -9
  131. package/src/rules/mocha.ts +4 -4
  132. package/src/rules/svelte/disable.ts +9 -9
  133. package/src/rules/svelte/disable_js.ts +11 -11
  134. package/src/rules/svelte/disable_ts.ts +9 -9
  135. package/src/rules/svelte/enable.ts +228 -228
  136. package/src/rules/svelte/enable_x.ts +20 -20
  137. package/src/rules/svelte.ts +15 -15
  138. package/src/rules/ts/disable.ts +22 -22
  139. package/src/rules/ts/disable_x.ts +32 -32
  140. package/src/rules/ts/enable.ts +549 -549
  141. package/src/rules/ts/enable_x.ts +115 -115
  142. package/src/rules/ts.ts +13 -13
  143. package/src/rules/yml/enable.ts +64 -64
  144. package/src/rules/yml/enable_x.ts +68 -68
  145. package/src/rules/yml.ts +4 -4
  146. package/src/rules.ts +22 -22
  147. package/tsconfig.json +161 -161
  148. package/types/markdownlint/index.d.ts +3 -3
  149. package/types/markdownlint/parser.d.ts +9 -9
  150. package/types/mocha/index.d.ts +8 -8
package/tsconfig.json CHANGED
@@ -1,161 +1,161 @@
1
- {
2
- "display": "@jimbojet/tsc",
3
- "$schema": "https://json.schemastore.org/tsconfig",
4
- "_version": "5.5.10",
5
- "include": [
6
- "*.config.ts",
7
- "src/**/*.ts",
8
- "types/**/*.d.ts", /* @OVERRIDE */
9
- ],
10
- "exclude": [],
11
- "compilerOptions": {
12
- /* http://aka.ms/tsconfig#quick-nav-Top%20Level */
13
-
14
- // #region TYPE CHECKING
15
- "allowUnreachableCode": false,
16
- "allowUnusedLabels": false,
17
- "alwaysStrict": true,
18
- "exactOptionalPropertyTypes": true,
19
- "noFallthroughCasesInSwitch": true,
20
- "noImplicitAny": true,
21
- "noImplicitOverride": true,
22
- "noImplicitReturns": true,
23
- "noImplicitThis": true,
24
- "noPropertyAccessFromIndexSignature": true,
25
- "noUncheckedIndexedAccess": true,
26
- "noUnusedLocals": true,
27
- "noUnusedParameters": true,
28
- "strict": true,
29
- "strictBindCallApply": true,
30
- "strictFunctionTypes": true,
31
- "strictNullChecks": true,
32
- "strictPropertyInitialization": true,
33
- "useUnknownInCatchVariables": true,
34
- // #endregion
35
-
36
-
37
- // #region MODULES
38
- "allowArbitraryExtensions": true,
39
- // "allowImportingTsExtensions": true,
40
- // "allowUmdGlobalAccess": true,
41
- // "baseUrl": "./",
42
- // "customConditions": [],
43
- "module": "node16",
44
- "moduleResolution": "node16",
45
- // "moduleSuffixes": [],
46
- // "noResolve": true,
47
- // "paths": { "*": ["node_modules/*"] },
48
- // "resolveJsonModule": true,
49
- // "resolvePackageJsonExports": true,
50
- // "resolvePackageJsonImports": true,
51
- "rootDir": "src",
52
- // "rootDirs": [],
53
- // "typeRoots": [],
54
- "types": [
55
- /* {CONFIGURE} */
56
- ],
57
- // #endregion
58
-
59
-
60
- // #region EMIT
61
- "declaration": true,
62
- "declarationDir": "dist",
63
- "declarationMap": true,
64
- // "downlevelIteration": true,
65
- // "emitBOM": true,
66
- // "emitDeclarationOnly": true,
67
- // "importHelpers": true,
68
- // "inlineSourceMap": true,
69
- // "inlineSources": true,
70
- // "mapRoot": "",
71
- // "newLine": "crlf",
72
- // "noEmit": true,
73
- // "noEmitHelpers": true,
74
- "noEmitOnError": true,
75
- "outDir": "dist",
76
- // "outFile": "./",
77
- // "preserveConstEnums": true,
78
- "removeComments": true,
79
- "sourceMap": true,
80
- // "sourceRoot": "",
81
- // "stripInternal": true,
82
- // #endregion
83
-
84
-
85
- // #region JAVASCRIPT SUPPORT
86
- // "allowJs": true,
87
- // "checkJs": true,
88
- // "maxNodeModuleJsDepth": 1,
89
- // #endregion
90
-
91
-
92
- // #region EDITOR SUPPORT
93
- // "disableSizeLimit": false,
94
- // "plugins": [],
95
- // #endregion
96
-
97
-
98
- // #region INTEROP CONSTRAINTS
99
- "allowSyntheticDefaultImports": true,
100
- "esModuleInterop": true,
101
- "forceConsistentCasingInFileNames": true,
102
- // "isolatedDeclarations": false,
103
- // "isolatedModules": true,
104
- // "preserveSymlinks": true,
105
- "verbatimModuleSyntax": true,
106
- // #endregion
107
-
108
-
109
- // #region LANGUAGE AND ENVIRONMENT
110
- // "emitDecoratorMetadata": true,
111
- // "experimentalDecorators": true,
112
- // "jsx": "preserve",
113
- // "jsxFactory": "",
114
- // "jsxFragmentFactory": "",
115
- // "jsxImportSource": "",
116
- "lib": [
117
- "es2023",
118
- /* {CONFIGURE} */
119
- ],
120
- // "moduleDetection": "auto",
121
- // "noLib": true,
122
- // "reactNamespace": "",
123
- "target": "es2022",
124
- "useDefineForClassFields": true,
125
- // #endregion
126
-
127
-
128
- // #region COMPILER DIAGNOSTICS
129
- // "diagnostics": true,
130
- // "explainFiles": true,
131
- // "extendedDiagnostics": true,
132
- // "generateCpuProfile": "profile.cpuprofile",
133
- // "listEmittedFiles": true,
134
- // "listFiles": true,
135
- // "noCheck": true,
136
- // "traceResolution": true,
137
- // #endregion
138
-
139
-
140
- // #region PROJECTS
141
- // "composite": true,
142
- // "disableReferencedProjectLoad": true,
143
- // "disableSolutionSearching": true,
144
- // "disableSourceOfProjectReferenceRedirect": true,
145
- "incremental": true,
146
- "tsBuildInfoFile": "dist/.tsbuildinfo",
147
- // #endregion
148
-
149
-
150
- // #region OUTPUT FORMATTING
151
- // "noErrorTruncation": true,
152
- // "preserveWatchOutput": true,
153
- // "pretty": true,
154
- // #endregion
155
-
156
-
157
- // #region COMPLETENESS
158
- "skipLibCheck": true /* @OVERRIDE */,
159
- // #endregion
160
- },
161
- }
1
+ {
2
+ "display": "@jimbojet/tsc",
3
+ "$schema": "https://json.schemastore.org/tsconfig",
4
+ "_version": "5.5.10",
5
+ "include": [
6
+ "*.config.ts",
7
+ "src/**/*.ts",
8
+ "types/**/*.d.ts", /* @OVERRIDE */
9
+ ],
10
+ "exclude": [],
11
+ "compilerOptions": {
12
+ /* http://aka.ms/tsconfig#quick-nav-Top%20Level */
13
+
14
+ // #region TYPE CHECKING
15
+ "allowUnreachableCode": false,
16
+ "allowUnusedLabels": false,
17
+ "alwaysStrict": true,
18
+ "exactOptionalPropertyTypes": true,
19
+ "noFallthroughCasesInSwitch": true,
20
+ "noImplicitAny": true,
21
+ "noImplicitOverride": true,
22
+ "noImplicitReturns": true,
23
+ "noImplicitThis": true,
24
+ "noPropertyAccessFromIndexSignature": true,
25
+ "noUncheckedIndexedAccess": true,
26
+ "noUnusedLocals": true,
27
+ "noUnusedParameters": true,
28
+ "strict": true,
29
+ "strictBindCallApply": true,
30
+ "strictFunctionTypes": true,
31
+ "strictNullChecks": true,
32
+ "strictPropertyInitialization": true,
33
+ "useUnknownInCatchVariables": true,
34
+ // #endregion
35
+
36
+
37
+ // #region MODULES
38
+ "allowArbitraryExtensions": true,
39
+ // "allowImportingTsExtensions": true,
40
+ // "allowUmdGlobalAccess": true,
41
+ // "baseUrl": "./",
42
+ // "customConditions": [],
43
+ "module": "node16",
44
+ "moduleResolution": "node16",
45
+ // "moduleSuffixes": [],
46
+ // "noResolve": true,
47
+ // "paths": { "*": ["node_modules/*"] },
48
+ // "resolveJsonModule": true,
49
+ // "resolvePackageJsonExports": true,
50
+ // "resolvePackageJsonImports": true,
51
+ "rootDir": "src",
52
+ // "rootDirs": [],
53
+ // "typeRoots": [],
54
+ "types": [
55
+ /* {CONFIGURE} */
56
+ ],
57
+ // #endregion
58
+
59
+
60
+ // #region EMIT
61
+ "declaration": true,
62
+ "declarationDir": "dist",
63
+ "declarationMap": true,
64
+ // "downlevelIteration": true,
65
+ // "emitBOM": true,
66
+ // "emitDeclarationOnly": true,
67
+ // "importHelpers": true,
68
+ // "inlineSourceMap": true,
69
+ // "inlineSources": true,
70
+ // "mapRoot": "",
71
+ // "newLine": "crlf",
72
+ // "noEmit": true,
73
+ // "noEmitHelpers": true,
74
+ "noEmitOnError": true,
75
+ "outDir": "dist",
76
+ // "outFile": "./",
77
+ // "preserveConstEnums": true,
78
+ "removeComments": true,
79
+ "sourceMap": true,
80
+ // "sourceRoot": "",
81
+ // "stripInternal": true,
82
+ // #endregion
83
+
84
+
85
+ // #region JAVASCRIPT SUPPORT
86
+ // "allowJs": true,
87
+ // "checkJs": true,
88
+ // "maxNodeModuleJsDepth": 1,
89
+ // #endregion
90
+
91
+
92
+ // #region EDITOR SUPPORT
93
+ // "disableSizeLimit": false,
94
+ // "plugins": [],
95
+ // #endregion
96
+
97
+
98
+ // #region INTEROP CONSTRAINTS
99
+ "allowSyntheticDefaultImports": true,
100
+ "esModuleInterop": true,
101
+ "forceConsistentCasingInFileNames": true,
102
+ // "isolatedDeclarations": false,
103
+ // "isolatedModules": true,
104
+ // "preserveSymlinks": true,
105
+ "verbatimModuleSyntax": true,
106
+ // #endregion
107
+
108
+
109
+ // #region LANGUAGE AND ENVIRONMENT
110
+ // "emitDecoratorMetadata": true,
111
+ // "experimentalDecorators": true,
112
+ // "jsx": "preserve",
113
+ // "jsxFactory": "",
114
+ // "jsxFragmentFactory": "",
115
+ // "jsxImportSource": "",
116
+ "lib": [
117
+ "es2023",
118
+ /* {CONFIGURE} */
119
+ ],
120
+ // "moduleDetection": "auto",
121
+ // "noLib": true,
122
+ // "reactNamespace": "",
123
+ "target": "es2022",
124
+ "useDefineForClassFields": true,
125
+ // #endregion
126
+
127
+
128
+ // #region COMPILER DIAGNOSTICS
129
+ // "diagnostics": true,
130
+ // "explainFiles": true,
131
+ // "extendedDiagnostics": true,
132
+ // "generateCpuProfile": "profile.cpuprofile",
133
+ // "listEmittedFiles": true,
134
+ // "listFiles": true,
135
+ // "noCheck": true,
136
+ // "traceResolution": true,
137
+ // #endregion
138
+
139
+
140
+ // #region PROJECTS
141
+ // "composite": true,
142
+ // "disableReferencedProjectLoad": true,
143
+ // "disableSolutionSearching": true,
144
+ // "disableSourceOfProjectReferenceRedirect": true,
145
+ "incremental": true,
146
+ "tsBuildInfoFile": "dist/.tsbuildinfo",
147
+ // #endregion
148
+
149
+
150
+ // #region OUTPUT FORMATTING
151
+ // "noErrorTruncation": true,
152
+ // "preserveWatchOutput": true,
153
+ // "pretty": true,
154
+ // #endregion
155
+
156
+
157
+ // #region COMPLETENESS
158
+ "skipLibCheck": true /* @OVERRIDE */,
159
+ // #endregion
160
+ },
161
+ }
@@ -1,3 +1,3 @@
1
- declare module "eslint-plugin-markdownlint" {
2
- export const configs: Record<"flat/recommended", { rules: unknown }>;
3
- }
1
+ declare module "eslint-plugin-markdownlint" {
2
+ export const configs: Record<"flat/recommended", { rules: unknown }>;
3
+ }
@@ -1,9 +1,9 @@
1
- declare module "eslint-plugin-markdownlint/parser.js" {
2
- export const parseForESLint: (code: string) => Record<
3
- | "ast"
4
- | "parserServices"
5
- | "visitorKeys"
6
- ,
7
- unknown
8
- >;
9
- }
1
+ declare module "eslint-plugin-markdownlint/parser.js" {
2
+ export const parseForESLint: (code: string) => Record<
3
+ | "ast"
4
+ | "parserServices"
5
+ | "visitorKeys"
6
+ ,
7
+ unknown
8
+ >;
9
+ }
@@ -1,8 +1,8 @@
1
- declare module "eslint-plugin-mocha" {
2
- export const configs: {
3
- "flat/recommended": readonly { rules: unknown };
4
- flat: {
5
- recommended: readonly { rules: unknown };
6
- };
7
- };
8
- }
1
+ declare module "eslint-plugin-mocha" {
2
+ export const configs: {
3
+ "flat/recommended": readonly { rules: unknown };
4
+ flat: {
5
+ recommended: readonly { rules: unknown };
6
+ };
7
+ };
8
+ }