@eslinted/defaults 14.0.0-rc.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/dist/_scope/index.d.ts +1 -1
  2. package/dist/_scope/index.d.ts.map +1 -1
  3. package/dist/_scope/index.js +16 -4
  4. package/dist/_scope/index.js.map +1 -1
  5. package/dist/files/index.d.ts +1 -1
  6. package/dist/files/index.d.ts.map +1 -1
  7. package/dist/files/index.js +32 -20
  8. package/dist/files/index.js.map +1 -1
  9. package/dist/{files/css.d.ts → ignores/global.d.ts} +1 -1
  10. package/dist/ignores/global.d.ts.map +1 -0
  11. package/dist/ignores/global.js +21 -0
  12. package/dist/ignores/global.js.map +1 -0
  13. package/dist/ignores/index.d.ts.map +1 -1
  14. package/dist/ignores/index.js +15 -40
  15. package/dist/ignores/index.js.map +1 -1
  16. package/dist/index.d.ts +1332 -858
  17. package/dist/rules/base.d.ts +740 -406
  18. package/dist/rules/base.eslint.d.ts +305 -211
  19. package/dist/rules/base.eslint.d.ts.map +1 -1
  20. package/dist/rules/base.eslint.js +161 -162
  21. package/dist/rules/base.eslint.js.map +1 -1
  22. package/dist/rules/base.stylistic.d.ts +438 -196
  23. package/dist/rules/base.stylistic.d.ts.map +1 -1
  24. package/dist/rules/base.stylistic.js +109 -110
  25. package/dist/rules/base.stylistic.js.map +1 -1
  26. package/dist/rules/css/enable.d.ts +14 -13
  27. package/dist/rules/css/enable.d.ts.map +1 -1
  28. package/dist/rules/css/enable.js +13 -14
  29. package/dist/rules/css/enable.js.map +1 -1
  30. package/dist/rules/css/index.d.ts +13 -13
  31. package/dist/rules/html/enable.d.ts +74 -54
  32. package/dist/rules/html/enable.d.ts.map +1 -1
  33. package/dist/rules/html/enable.js +48 -49
  34. package/dist/rules/html/enable.js.map +1 -1
  35. package/dist/rules/html/index.d.ts +73 -54
  36. package/dist/rules/index.d.ts +1331 -857
  37. package/dist/rules/json/enable.d.ts +7 -6
  38. package/dist/rules/json/enable.d.ts.map +1 -1
  39. package/dist/rules/json/enable.js +6 -7
  40. package/dist/rules/json/enable.js.map +1 -1
  41. package/dist/rules/json/index.d.ts +71 -56
  42. package/dist/rules/json/plugin/extension.d.ts +47 -31
  43. package/dist/rules/json/plugin/extension.d.ts.map +1 -1
  44. package/dist/rules/json/plugin/extension.js +23 -24
  45. package/dist/rules/json/plugin/extension.js.map +1 -1
  46. package/dist/rules/json/plugin/index.d.ts +22 -21
  47. package/dist/rules/json/plugin/index.d.ts.map +1 -1
  48. package/dist/rules/json/plugin/index.js +21 -22
  49. package/dist/rules/json/plugin/index.js.map +1 -1
  50. package/dist/rules/jsonc/index.d.ts +3 -3
  51. package/dist/rules/jsonc/index.js +1 -1
  52. package/dist/rules/jsonc/index.js.map +1 -1
  53. package/dist/rules/jsonc/override.d.ts +9 -0
  54. package/dist/rules/jsonc/override.d.ts.map +1 -0
  55. package/dist/rules/jsonc/override.js +7 -0
  56. package/dist/rules/jsonc/override.js.map +1 -0
  57. package/dist/rules/jsoncc/index.d.ts +6 -3
  58. package/dist/rules/jsoncc/index.js +1 -1
  59. package/dist/rules/jsoncc/index.js.map +1 -1
  60. package/dist/rules/jsoncc/override.d.ts +12 -0
  61. package/dist/rules/jsoncc/override.d.ts.map +1 -0
  62. package/dist/rules/jsoncc/override.js +10 -0
  63. package/dist/rules/jsoncc/override.js.map +1 -0
  64. package/dist/rules/mocha/chai/expect.d.ts +5 -4
  65. package/dist/rules/mocha/chai/expect.d.ts.map +1 -1
  66. package/dist/rules/mocha/chai/expect.js +5 -6
  67. package/dist/rules/mocha/chai/expect.js.map +1 -1
  68. package/dist/rules/mocha/chai/index.d.ts +9 -5
  69. package/dist/rules/mocha/chai/index.d.ts.map +1 -1
  70. package/dist/rules/mocha/chai/index.js +3 -4
  71. package/dist/rules/mocha/chai/index.js.map +1 -1
  72. package/dist/rules/mocha/disable.d.ts +5 -4
  73. package/dist/rules/mocha/disable.d.ts.map +1 -1
  74. package/dist/rules/mocha/disable.js +4 -5
  75. package/dist/rules/mocha/disable.js.map +1 -1
  76. package/dist/rules/mocha/enable.d.ts +19 -18
  77. package/dist/rules/mocha/enable.d.ts.map +1 -1
  78. package/dist/rules/mocha/enable.js +18 -19
  79. package/dist/rules/mocha/enable.js.map +1 -1
  80. package/dist/rules/mocha/index.d.ts +31 -28
  81. package/dist/rules/state.d.ts +6 -0
  82. package/dist/rules/state.d.ts.map +1 -0
  83. package/dist/rules/state.js +2 -0
  84. package/dist/rules/state.js.map +1 -0
  85. package/dist/rules/svelte/disable.d.ts +10 -9
  86. package/dist/rules/svelte/disable.d.ts.map +1 -1
  87. package/dist/rules/svelte/disable.js +9 -10
  88. package/dist/rules/svelte/disable.js.map +1 -1
  89. package/dist/rules/svelte/enable.d.ts +109 -83
  90. package/dist/rules/svelte/enable.d.ts.map +1 -1
  91. package/dist/rules/svelte/enable.js +71 -72
  92. package/dist/rules/svelte/enable.js.map +1 -1
  93. package/dist/rules/svelte/extension/disable.d.ts +6 -5
  94. package/dist/rules/svelte/extension/disable.d.ts.map +1 -1
  95. package/dist/rules/svelte/extension/disable.js +5 -6
  96. package/dist/rules/svelte/extension/disable.js.map +1 -1
  97. package/dist/rules/svelte/extension/index.d.ts +8 -4
  98. package/dist/rules/svelte/extension/index.d.ts.map +1 -1
  99. package/dist/rules/svelte/extension/index.js +5 -6
  100. package/dist/rules/svelte/extension/index.js.map +1 -1
  101. package/dist/rules/svelte/index.d.ts +126 -98
  102. package/dist/rules/ts/disable.d.ts +22 -21
  103. package/dist/rules/ts/disable.d.ts.map +1 -1
  104. package/dist/rules/ts/disable.js +21 -22
  105. package/dist/rules/ts/disable.js.map +1 -1
  106. package/dist/rules/ts/enable.d.ts +159 -122
  107. package/dist/rules/ts/enable.d.ts.map +1 -1
  108. package/dist/rules/ts/enable.js +88 -89
  109. package/dist/rules/ts/enable.js.map +1 -1
  110. package/dist/rules/ts/extension/disable.d.ts +11 -10
  111. package/dist/rules/ts/extension/disable.d.ts.map +1 -1
  112. package/dist/rules/ts/extension/disable.js +10 -11
  113. package/dist/rules/ts/extension/disable.js.map +1 -1
  114. package/dist/rules/ts/extension/index.d.ts +35 -22
  115. package/dist/rules/ts/extension/index.d.ts.map +1 -1
  116. package/dist/rules/ts/extension/index.js +9 -10
  117. package/dist/rules/ts/extension/index.js.map +1 -1
  118. package/dist/rules/ts/index.d.ts +220 -172
  119. package/dist/rules/yml/enable.d.ts +14 -13
  120. package/dist/rules/yml/enable.d.ts.map +1 -1
  121. package/dist/rules/yml/enable.js +13 -14
  122. package/dist/rules/yml/enable.js.map +1 -1
  123. package/dist/rules/yml/extension.d.ts +46 -21
  124. package/dist/rules/yml/extension.d.ts.map +1 -1
  125. package/dist/rules/yml/extension.js +12 -13
  126. package/dist/rules/yml/extension.js.map +1 -1
  127. package/dist/rules/yml/index.d.ts +57 -33
  128. package/dist/settings/settings/html.js +1 -1
  129. package/dist/settings/settings/html.js.map +1 -1
  130. package/package.json +1 -1
  131. package/src/_scope/index.ts +19 -7
  132. package/src/files/index.ts +38 -20
  133. package/src/ignores/global.ts +25 -0
  134. package/src/ignores/index.ts +15 -44
  135. package/src/rules/base.eslint.ts +214 -223
  136. package/src/rules/base.stylistic.ts +116 -131
  137. package/src/rules/css/enable.ts +17 -21
  138. package/src/rules/html/enable.ts +63 -66
  139. package/src/rules/json/enable.ts +9 -13
  140. package/src/rules/json/plugin/extension.ts +26 -32
  141. package/src/rules/json/plugin/index.ts +26 -30
  142. package/src/rules/jsonc/index.ts +1 -1
  143. package/src/rules/jsonc/override.ts +8 -0
  144. package/src/rules/jsoncc/index.ts +1 -1
  145. package/src/rules/jsoncc/override.ts +11 -0
  146. package/src/rules/mocha/chai/expect.ts +7 -11
  147. package/src/rules/mocha/chai/index.ts +4 -7
  148. package/src/rules/mocha/disable.ts +5 -8
  149. package/src/rules/mocha/enable.ts +27 -31
  150. package/src/rules/state.ts +5 -0
  151. package/src/rules/svelte/disable.ts +9 -12
  152. package/src/rules/svelte/enable.ts +76 -82
  153. package/src/rules/svelte/extension/disable.ts +5 -9
  154. package/src/rules/svelte/extension/index.ts +6 -10
  155. package/src/rules/ts/disable.ts +21 -24
  156. package/src/rules/ts/enable.ts +106 -111
  157. package/src/rules/ts/extension/disable.ts +26 -30
  158. package/src/rules/ts/extension/index.ts +27 -31
  159. package/src/rules/yml/enable.ts +23 -27
  160. package/src/rules/yml/extension.ts +13 -17
  161. package/src/settings/settings/html.ts +1 -1
  162. package/dist/_scope/const/index.d.ts +0 -3
  163. package/dist/_scope/const/index.d.ts.map +0 -1
  164. package/dist/_scope/const/index.js +0 -3
  165. package/dist/_scope/const/index.js.map +0 -1
  166. package/dist/_scope/const/roots.d.ts +0 -2
  167. package/dist/_scope/const/roots.d.ts.map +0 -1
  168. package/dist/_scope/const/roots.js +0 -5
  169. package/dist/_scope/const/roots.js.map +0 -1
  170. package/dist/_scope/const/subroots.d.ts +0 -2
  171. package/dist/_scope/const/subroots.d.ts.map +0 -1
  172. package/dist/_scope/const/subroots.js +0 -10
  173. package/dist/_scope/const/subroots.js.map +0 -1
  174. package/dist/files/css.d.ts.map +0 -1
  175. package/dist/files/css.js +0 -3
  176. package/dist/files/css.js.map +0 -1
  177. package/dist/files/html.d.ts +0 -3
  178. package/dist/files/html.d.ts.map +0 -1
  179. package/dist/files/html.js +0 -3
  180. package/dist/files/html.js.map +0 -1
  181. package/dist/files/js.d.ts +0 -3
  182. package/dist/files/js.d.ts.map +0 -1
  183. package/dist/files/js.js +0 -7
  184. package/dist/files/js.js.map +0 -1
  185. package/dist/files/json.d.ts +0 -3
  186. package/dist/files/json.d.ts.map +0 -1
  187. package/dist/files/json.js +0 -3
  188. package/dist/files/json.js.map +0 -1
  189. package/dist/files/jsonc.d.ts +0 -3
  190. package/dist/files/jsonc.d.ts.map +0 -1
  191. package/dist/files/jsonc.js +0 -3
  192. package/dist/files/jsonc.js.map +0 -1
  193. package/dist/files/jsoncc.d.ts +0 -3
  194. package/dist/files/jsoncc.d.ts.map +0 -1
  195. package/dist/files/jsoncc.js +0 -10
  196. package/dist/files/jsoncc.js.map +0 -1
  197. package/dist/files/mocha.d.ts +0 -3
  198. package/dist/files/mocha.d.ts.map +0 -1
  199. package/dist/files/mocha.js +0 -7
  200. package/dist/files/mocha.js.map +0 -1
  201. package/dist/files/svelte.d.ts +0 -3
  202. package/dist/files/svelte.d.ts.map +0 -1
  203. package/dist/files/svelte.js +0 -3
  204. package/dist/files/svelte.js.map +0 -1
  205. package/dist/files/ts.d.ts +0 -3
  206. package/dist/files/ts.d.ts.map +0 -1
  207. package/dist/files/ts.js +0 -7
  208. package/dist/files/ts.js.map +0 -1
  209. package/dist/files/yml.d.ts +0 -3
  210. package/dist/files/yml.d.ts.map +0 -1
  211. package/dist/files/yml.js +0 -8
  212. package/dist/files/yml.js.map +0 -1
  213. package/dist/ignores/css.d.ts +0 -3
  214. package/dist/ignores/css.d.ts.map +0 -1
  215. package/dist/ignores/css.js +0 -2
  216. package/dist/ignores/css.js.map +0 -1
  217. package/dist/ignores/html.d.ts +0 -3
  218. package/dist/ignores/html.d.ts.map +0 -1
  219. package/dist/ignores/html.js +0 -2
  220. package/dist/ignores/html.js.map +0 -1
  221. package/dist/ignores/js.d.ts +0 -3
  222. package/dist/ignores/js.d.ts.map +0 -1
  223. package/dist/ignores/js.js +0 -2
  224. package/dist/ignores/js.js.map +0 -1
  225. package/dist/ignores/json.d.ts +0 -3
  226. package/dist/ignores/json.d.ts.map +0 -1
  227. package/dist/ignores/json.js +0 -2
  228. package/dist/ignores/json.js.map +0 -1
  229. package/dist/ignores/jsonc.d.ts +0 -3
  230. package/dist/ignores/jsonc.d.ts.map +0 -1
  231. package/dist/ignores/jsonc.js +0 -2
  232. package/dist/ignores/jsonc.js.map +0 -1
  233. package/dist/ignores/jsoncc.d.ts +0 -3
  234. package/dist/ignores/jsoncc.d.ts.map +0 -1
  235. package/dist/ignores/jsoncc.js +0 -2
  236. package/dist/ignores/jsoncc.js.map +0 -1
  237. package/dist/ignores/mocha.d.ts +0 -3
  238. package/dist/ignores/mocha.d.ts.map +0 -1
  239. package/dist/ignores/mocha.js +0 -2
  240. package/dist/ignores/mocha.js.map +0 -1
  241. package/dist/ignores/svelte.d.ts +0 -3
  242. package/dist/ignores/svelte.d.ts.map +0 -1
  243. package/dist/ignores/svelte.js +0 -2
  244. package/dist/ignores/svelte.js.map +0 -1
  245. package/dist/ignores/ts.d.ts +0 -3
  246. package/dist/ignores/ts.d.ts.map +0 -1
  247. package/dist/ignores/ts.js +0 -2
  248. package/dist/ignores/ts.js.map +0 -1
  249. package/dist/ignores/yml.d.ts +0 -3
  250. package/dist/ignores/yml.d.ts.map +0 -1
  251. package/dist/ignores/yml.js +0 -2
  252. package/dist/ignores/yml.js.map +0 -1
  253. package/dist/rules/_strings/id.d.ts +0 -19
  254. package/dist/rules/_strings/id.d.ts.map +0 -1
  255. package/dist/rules/_strings/id.js +0 -19
  256. package/dist/rules/_strings/id.js.map +0 -1
  257. package/dist/rules/_strings/index.d.ts +0 -4
  258. package/dist/rules/_strings/index.d.ts.map +0 -1
  259. package/dist/rules/_strings/index.js +0 -4
  260. package/dist/rules/_strings/index.js.map +0 -1
  261. package/dist/rules/_strings/option.d.ts +0 -2
  262. package/dist/rules/_strings/option.d.ts.map +0 -1
  263. package/dist/rules/_strings/option.js +0 -2
  264. package/dist/rules/_strings/option.js.map +0 -1
  265. package/dist/rules/_strings/state.d.ts +0 -2
  266. package/dist/rules/_strings/state.d.ts.map +0 -1
  267. package/dist/rules/_strings/state.js +0 -2
  268. package/dist/rules/_strings/state.js.map +0 -1
  269. package/dist/rules/jsonc/plugin/index.d.ts +0 -8
  270. package/dist/rules/jsonc/plugin/index.d.ts.map +0 -1
  271. package/dist/rules/jsonc/plugin/index.js +0 -8
  272. package/dist/rules/jsonc/plugin/index.js.map +0 -1
  273. package/dist/rules/jsoncc/plugin/index.d.ts +0 -8
  274. package/dist/rules/jsoncc/plugin/index.d.ts.map +0 -1
  275. package/dist/rules/jsoncc/plugin/index.js +0 -11
  276. package/dist/rules/jsoncc/plugin/index.js.map +0 -1
  277. package/src/_scope/const/index.ts +0 -2
  278. package/src/_scope/const/roots.ts +0 -4
  279. package/src/_scope/const/subroots.ts +0 -9
  280. package/src/files/css.ts +0 -5
  281. package/src/files/html.ts +0 -5
  282. package/src/files/js.ts +0 -9
  283. package/src/files/json.ts +0 -5
  284. package/src/files/jsonc.ts +0 -5
  285. package/src/files/jsoncc.ts +0 -16
  286. package/src/files/mocha.ts +0 -9
  287. package/src/files/svelte.ts +0 -5
  288. package/src/files/ts.ts +0 -9
  289. package/src/files/yml.ts +0 -11
  290. package/src/ignores/css.ts +0 -1
  291. package/src/ignores/html.ts +0 -1
  292. package/src/ignores/js.ts +0 -1
  293. package/src/ignores/json.ts +0 -1
  294. package/src/ignores/jsonc.ts +0 -1
  295. package/src/ignores/jsoncc.ts +0 -1
  296. package/src/ignores/mocha.ts +0 -1
  297. package/src/ignores/svelte.ts +0 -1
  298. package/src/ignores/ts.ts +0 -1
  299. package/src/ignores/yml.ts +0 -1
  300. package/src/rules/_strings/id.ts +0 -21
  301. package/src/rules/_strings/index.ts +0 -3
  302. package/src/rules/_strings/option.ts +0 -29
  303. package/src/rules/_strings/state.ts +0 -4
  304. package/src/rules/jsonc/plugin/index.ts +0 -12
  305. package/src/rules/jsoncc/plugin/index.ts +0 -16
@@ -1,419 +1,753 @@
1
1
  declare const _default: ({
2
- id: "enable";
2
+ id: string;
3
3
  rules: {
4
- readonly "array-callback-return": readonly [2, {
5
- readonly checkForEach: true;
6
- readonly allowVoid: true;
7
- }];
8
- readonly "constructor-super": 2;
9
- readonly "for-direction": 2;
10
- readonly "getter-return": 2;
11
- readonly "no-async-promise-executor": 2;
12
- readonly "no-await-in-loop": 2;
13
- readonly "no-class-assign": 2;
14
- readonly "no-compare-neg-zero": 2;
15
- readonly "no-cond-assign": 2;
16
- readonly "no-const-assign": 2;
17
- readonly "no-constant-binary-expression": 2;
18
- readonly "no-constant-condition": readonly [2, {
19
- readonly checkLoops: "all";
20
- }];
21
- readonly "no-constructor-return": 2;
22
- readonly "no-control-regex": 2;
23
- readonly "no-debugger": 2;
24
- readonly "no-dupe-args": 2;
25
- readonly "no-dupe-class-members": 2;
26
- readonly "no-dupe-else-if": 2;
27
- readonly "no-dupe-keys": 2;
28
- readonly "no-duplicate-case": 2;
29
- readonly "no-duplicate-imports": readonly [2, {
30
- readonly includeExports: true;
31
- readonly allowSeparateTypeImports: true;
32
- }];
33
- readonly "no-empty-character-class": 2;
34
- readonly "no-empty-pattern": 2;
35
- readonly "no-ex-assign": 2;
36
- readonly "no-fallthrough": 2;
37
- readonly "no-func-assign": 2;
38
- readonly "no-import-assign": 2;
39
- readonly "no-inner-declarations": readonly [2, "both"];
40
- readonly "no-invalid-regexp": 2;
41
- readonly "no-irregular-whitespace": 2;
42
- readonly "no-loss-of-precision": 2;
43
- readonly "no-misleading-character-class": 2;
44
- readonly "no-new-native-nonconstructor": 2;
45
- readonly "no-obj-calls": 2;
46
- readonly "no-promise-executor-return": readonly [2, {
47
- readonly allowVoid: true;
48
- }];
49
- readonly "no-prototype-builtins": 2;
50
- readonly "no-self-assign": 2;
51
- readonly "no-self-compare": 2;
52
- readonly "no-setter-return": 2;
53
- readonly "no-sparse-arrays": 2;
54
- readonly "no-template-curly-in-string": 2;
55
- readonly "no-this-before-super": 2;
56
- readonly "no-unassigned-vars": 2;
57
- readonly "no-undef": 2;
58
- readonly "no-unexpected-multiline": 2;
59
- readonly "no-unmodified-loop-condition": 2;
60
- readonly "no-unreachable": 2;
61
- readonly "no-unreachable-loop": 2;
62
- readonly "no-unsafe-finally": 2;
63
- readonly "no-unsafe-negation": readonly [2, {
64
- readonly enforceForOrderingRelations: true;
65
- }];
66
- readonly "no-unsafe-optional-chaining": readonly [2, {
67
- readonly disallowArithmeticOperators: true;
68
- }];
69
- readonly "no-unused-private-class-members": 2;
70
- readonly "no-unused-vars": 2;
71
- readonly "no-use-before-define": readonly [2, {
72
- readonly typedefs: false;
73
- }];
74
- readonly "no-useless-assignment": 2;
75
- readonly "no-useless-backreference": 2;
76
- readonly "require-atomic-updates": 2;
77
- readonly "use-isnan": readonly [2, {
78
- readonly enforceForIndexOf: true;
79
- }];
80
- readonly "valid-typeof": readonly [2, {
81
- readonly requireStringLiterals: true;
82
- }];
83
- readonly "accessor-pairs": readonly [2, {
84
- readonly enforceForTSTypes: true;
85
- }];
86
- readonly "arrow-body-style": 2;
87
- readonly "block-scoped-var": 2;
88
- readonly "consistent-return": 2;
89
- readonly "consistent-this": 2;
90
- readonly curly: readonly [2, "multi"];
91
- readonly "default-case-last": 2;
92
- readonly "default-param-last": 2;
93
- readonly "dot-notation": 2;
94
- readonly eqeqeq: 2;
95
- readonly "init-declarations": 2;
96
- readonly "logical-assignment-operators": readonly [2, "always", {
97
- readonly enforceForIfStatements: true;
98
- }];
99
- readonly "no-alert": 2;
100
- readonly "no-array-constructor": 2;
101
- readonly "no-bitwise": 2;
102
- readonly "no-caller": 2;
103
- readonly "no-case-declarations": 2;
104
- readonly "no-continue": 2;
105
- readonly "no-delete-var": 2;
106
- readonly "no-div-regex": 2;
107
- readonly "no-empty": 2;
108
- readonly "no-empty-function": readonly [2, {
109
- readonly allow: readonly ["constructors", "privateConstructors", "protectedConstructors", "decoratedFunctions", "overrideMethods"];
110
- }];
111
- readonly "no-empty-static-block": 2;
112
- readonly "no-eq-null": 2;
113
- readonly "no-eval": 2;
114
- readonly "no-extend-native": 2;
115
- readonly "no-extra-bind": 2;
116
- readonly "no-extra-boolean-cast": readonly [2, {
117
- readonly enforceForLogicalOperands: true;
118
- }];
119
- readonly "no-extra-label": 2;
120
- readonly "no-global-assign": 2;
121
- readonly "no-implicit-coercion": readonly [2, {
122
- readonly disallowTemplateShorthand: true;
123
- }];
124
- readonly "no-implied-eval": 2;
125
- readonly "no-invalid-this": readonly [2, {
126
- readonly capIsConstructor: false;
127
- }];
128
- readonly "no-iterator": 2;
129
- readonly "no-label-var": 2;
130
- readonly "no-lone-blocks": 2;
131
- readonly "no-loop-func": 2;
132
- readonly "no-multi-assign": 2;
133
- readonly "no-multi-str": 2;
134
- readonly "no-new": 2;
135
- readonly "no-new-func": 2;
136
- readonly "no-new-wrappers": 2;
137
- readonly "no-nonoctal-decimal-escape": 2;
138
- readonly "no-object-constructor": 2;
139
- readonly "no-octal": 2;
140
- readonly "no-octal-escape": 2;
141
- readonly "no-param-reassign": readonly [2, {
142
- readonly props: true;
143
- }];
144
- readonly "no-plusplus": readonly [2, {
145
- readonly allowForLoopAfterthoughts: true;
146
- }];
147
- readonly "no-proto": 2;
148
- readonly "no-script-url": 2;
149
- readonly "no-sequences": 2;
150
- readonly "no-shadow-restricted-names": 2;
151
- readonly "no-throw-literal": 2;
152
- readonly "no-undef-init": 2;
153
- readonly "no-unneeded-ternary": 2;
154
- readonly "no-unused-expressions": readonly [2, {
155
- readonly allowShortCircuit: true;
156
- readonly allowTernary: true;
157
- }];
158
- readonly "no-unused-labels": 2;
159
- readonly "no-useless-call": 2;
160
- readonly "no-useless-catch": 2;
161
- readonly "no-useless-computed-key": 2;
162
- readonly "no-useless-concat": 2;
163
- readonly "no-useless-constructor": 2;
164
- readonly "no-useless-escape": readonly [2, {
165
- readonly allowRegexCharacters: readonly ["-"];
166
- }];
167
- readonly "no-useless-rename": 2;
168
- readonly "no-useless-return": 2;
169
- readonly "no-var": 2;
170
- readonly "no-void": readonly [2, {
171
- readonly allowAsStatement: true;
172
- }];
173
- readonly "no-with": 2;
174
- readonly "object-shorthand": 2;
175
- readonly "one-var": readonly [2, {
176
- readonly var: "consecutive";
177
- readonly let: "consecutive";
178
- readonly const: "consecutive";
179
- readonly using: "consecutive";
180
- readonly awaitUsing: "consecutive";
181
- readonly separateRequires: true;
182
- }];
183
- readonly "operator-assignment": 2;
184
- readonly "prefer-arrow-callback": 2;
185
- readonly "prefer-const": readonly [2, {
186
- readonly destructuring: "all";
187
- }];
188
- readonly "prefer-destructuring": readonly [2, {
189
- readonly AssignmentExpression: {
190
- readonly array: false;
191
- readonly object: false;
192
- };
193
- }];
194
- readonly "prefer-exponentiation-operator": 2;
195
- readonly "prefer-numeric-literals": 2;
196
- readonly "prefer-object-has-own": 2;
197
- readonly "prefer-object-spread": 2;
198
- readonly "prefer-promise-reject-errors": 2;
199
- readonly "prefer-regex-literals": readonly [2, {
200
- readonly disallowRedundantWrapping: true;
201
- }];
202
- readonly "prefer-rest-params": 2;
203
- readonly "prefer-spread": 2;
204
- readonly "preserve-caught-error": readonly [2, {
205
- readonly requireCatchParameter: true;
206
- }];
207
- readonly radix: readonly [2, "as-needed"];
208
- readonly "require-await": 2;
209
- readonly "require-unicode-regexp": 2;
210
- readonly "require-yield": 2;
211
- readonly "vars-on-top": 2;
212
- readonly yoda: 2;
4
+ readonly "array-callback-return": readonly [
5
+ import("./state.js").State.ON,
6
+ {
7
+ readonly checkForEach: true;
8
+ readonly allowVoid: true;
9
+ }
10
+ ];
11
+ readonly "constructor-super": import("./state.js").State.ON;
12
+ readonly "for-direction": import("./state.js").State.ON;
13
+ readonly "getter-return": import("./state.js").State.ON;
14
+ readonly "no-async-promise-executor": import("./state.js").State.ON;
15
+ readonly "no-await-in-loop": import("./state.js").State.ON;
16
+ readonly "no-class-assign": import("./state.js").State.ON;
17
+ readonly "no-compare-neg-zero": import("./state.js").State.ON;
18
+ readonly "no-cond-assign": import("./state.js").State.ON;
19
+ readonly "no-const-assign": import("./state.js").State.ON;
20
+ readonly "no-constant-binary-expression": import("./state.js").State.ON;
21
+ readonly "no-constant-condition": readonly [
22
+ import("./state.js").State.ON,
23
+ {
24
+ readonly checkLoops: "all";
25
+ }
26
+ ];
27
+ readonly "no-constructor-return": import("./state.js").State.ON;
28
+ readonly "no-control-regex": import("./state.js").State.ON;
29
+ readonly "no-debugger": import("./state.js").State.ON;
30
+ readonly "no-dupe-args": import("./state.js").State.ON;
31
+ readonly "no-dupe-class-members": import("./state.js").State.ON;
32
+ readonly "no-dupe-else-if": import("./state.js").State.ON;
33
+ readonly "no-dupe-keys": import("./state.js").State.ON;
34
+ readonly "no-duplicate-case": import("./state.js").State.ON;
35
+ readonly "no-duplicate-imports": readonly [
36
+ import("./state.js").State.ON,
37
+ {
38
+ readonly includeExports: true;
39
+ readonly allowSeparateTypeImports: true;
40
+ }
41
+ ];
42
+ readonly "no-empty-character-class": import("./state.js").State.ON;
43
+ readonly "no-empty-pattern": import("./state.js").State.ON;
44
+ readonly "no-ex-assign": import("./state.js").State.ON;
45
+ readonly "no-fallthrough": import("./state.js").State.ON;
46
+ readonly "no-func-assign": import("./state.js").State.ON;
47
+ readonly "no-import-assign": import("./state.js").State.ON;
48
+ readonly "no-inner-declarations": readonly [
49
+ import("./state.js").State.ON,
50
+ "both"
51
+ ];
52
+ readonly "no-invalid-regexp": import("./state.js").State.ON;
53
+ readonly "no-irregular-whitespace": import("./state.js").State.ON;
54
+ readonly "no-loss-of-precision": import("./state.js").State.ON;
55
+ readonly "no-misleading-character-class": import("./state.js").State.ON;
56
+ readonly "no-new-native-nonconstructor": import("./state.js").State.ON;
57
+ readonly "no-obj-calls": import("./state.js").State.ON;
58
+ readonly "no-promise-executor-return": readonly [
59
+ import("./state.js").State.ON,
60
+ {
61
+ readonly allowVoid: true;
62
+ }
63
+ ];
64
+ readonly "no-prototype-builtins": import("./state.js").State.ON;
65
+ readonly "no-self-assign": import("./state.js").State.ON;
66
+ readonly "no-self-compare": import("./state.js").State.ON;
67
+ readonly "no-setter-return": import("./state.js").State.ON;
68
+ readonly "no-sparse-arrays": import("./state.js").State.ON;
69
+ readonly "no-template-curly-in-string": import("./state.js").State.ON;
70
+ readonly "no-this-before-super": import("./state.js").State.ON;
71
+ readonly "no-unassigned-vars": import("./state.js").State.ON;
72
+ readonly "no-undef": import("./state.js").State.ON;
73
+ readonly "no-unexpected-multiline": import("./state.js").State.ON;
74
+ readonly "no-unmodified-loop-condition": import("./state.js").State.ON;
75
+ readonly "no-unreachable": import("./state.js").State.ON;
76
+ readonly "no-unreachable-loop": import("./state.js").State.ON;
77
+ readonly "no-unsafe-finally": import("./state.js").State.ON;
78
+ readonly "no-unsafe-negation": readonly [
79
+ import("./state.js").State.ON,
80
+ {
81
+ readonly enforceForOrderingRelations: true;
82
+ }
83
+ ];
84
+ readonly "no-unsafe-optional-chaining": readonly [
85
+ import("./state.js").State.ON,
86
+ {
87
+ readonly disallowArithmeticOperators: true;
88
+ }
89
+ ];
90
+ readonly "no-unused-private-class-members": import("./state.js").State.ON;
91
+ readonly "no-unused-vars": import("./state.js").State.ON;
92
+ readonly "no-use-before-define": readonly [
93
+ import("./state.js").State.ON,
94
+ {
95
+ readonly typedefs: false;
96
+ }
97
+ ];
98
+ readonly "no-useless-assignment": import("./state.js").State.ON;
99
+ readonly "no-useless-backreference": import("./state.js").State.ON;
100
+ readonly "require-atomic-updates": import("./state.js").State.ON;
101
+ readonly "use-isnan": readonly [
102
+ import("./state.js").State.ON,
103
+ {
104
+ readonly enforceForIndexOf: true;
105
+ }
106
+ ];
107
+ readonly "valid-typeof": readonly [
108
+ import("./state.js").State.ON,
109
+ {
110
+ readonly requireStringLiterals: true;
111
+ }
112
+ ];
113
+ readonly "accessor-pairs": readonly [
114
+ import("./state.js").State.ON,
115
+ {
116
+ readonly enforceForTSTypes: true;
117
+ }
118
+ ];
119
+ readonly "arrow-body-style": import("./state.js").State.ON;
120
+ readonly "block-scoped-var": import("./state.js").State.ON;
121
+ readonly "consistent-return": import("./state.js").State.ON;
122
+ readonly "consistent-this": import("./state.js").State.ON;
123
+ readonly curly: readonly [
124
+ import("./state.js").State.ON,
125
+ "multi"
126
+ ];
127
+ readonly "default-case-last": import("./state.js").State.ON;
128
+ readonly "default-param-last": import("./state.js").State.ON;
129
+ readonly "dot-notation": import("./state.js").State.ON;
130
+ readonly eqeqeq: import("./state.js").State.ON;
131
+ readonly "init-declarations": import("./state.js").State.ON;
132
+ readonly "logical-assignment-operators": readonly [
133
+ import("./state.js").State.ON,
134
+ "always",
135
+ {
136
+ readonly enforceForIfStatements: true;
137
+ }
138
+ ];
139
+ readonly "no-alert": import("./state.js").State.ON;
140
+ readonly "no-array-constructor": import("./state.js").State.ON;
141
+ readonly "no-bitwise": import("./state.js").State.ON;
142
+ readonly "no-caller": import("./state.js").State.ON;
143
+ readonly "no-case-declarations": import("./state.js").State.ON;
144
+ readonly "no-continue": import("./state.js").State.ON;
145
+ readonly "no-delete-var": import("./state.js").State.ON;
146
+ readonly "no-div-regex": import("./state.js").State.ON;
147
+ readonly "no-empty": import("./state.js").State.ON;
148
+ readonly "no-empty-function": readonly [
149
+ import("./state.js").State.ON,
150
+ {
151
+ readonly allow: readonly [
152
+ "constructors",
153
+ "privateConstructors",
154
+ "protectedConstructors",
155
+ "decoratedFunctions",
156
+ "overrideMethods"
157
+ ];
158
+ }
159
+ ];
160
+ readonly "no-empty-static-block": import("./state.js").State.ON;
161
+ readonly "no-eq-null": import("./state.js").State.ON;
162
+ readonly "no-eval": import("./state.js").State.ON;
163
+ readonly "no-extend-native": import("./state.js").State.ON;
164
+ readonly "no-extra-bind": import("./state.js").State.ON;
165
+ readonly "no-extra-boolean-cast": readonly [
166
+ import("./state.js").State.ON,
167
+ {
168
+ readonly enforceForLogicalOperands: true;
169
+ }
170
+ ];
171
+ readonly "no-extra-label": import("./state.js").State.ON;
172
+ readonly "no-global-assign": import("./state.js").State.ON;
173
+ readonly "no-implicit-coercion": readonly [
174
+ import("./state.js").State.ON,
175
+ {
176
+ readonly disallowTemplateShorthand: true;
177
+ }
178
+ ];
179
+ readonly "no-implied-eval": import("./state.js").State.ON;
180
+ readonly "no-invalid-this": readonly [
181
+ import("./state.js").State.ON,
182
+ {
183
+ readonly capIsConstructor: false;
184
+ }
185
+ ];
186
+ readonly "no-iterator": import("./state.js").State.ON;
187
+ readonly "no-label-var": import("./state.js").State.ON;
188
+ readonly "no-lone-blocks": import("./state.js").State.ON;
189
+ readonly "no-loop-func": import("./state.js").State.ON;
190
+ readonly "no-multi-assign": import("./state.js").State.ON;
191
+ readonly "no-multi-str": import("./state.js").State.ON;
192
+ readonly "no-new": import("./state.js").State.ON;
193
+ readonly "no-new-func": import("./state.js").State.ON;
194
+ readonly "no-new-wrappers": import("./state.js").State.ON;
195
+ readonly "no-nonoctal-decimal-escape": import("./state.js").State.ON;
196
+ readonly "no-object-constructor": import("./state.js").State.ON;
197
+ readonly "no-octal": import("./state.js").State.ON;
198
+ readonly "no-octal-escape": import("./state.js").State.ON;
199
+ readonly "no-param-reassign": readonly [
200
+ import("./state.js").State.ON,
201
+ {
202
+ readonly props: true;
203
+ }
204
+ ];
205
+ readonly "no-plusplus": readonly [
206
+ import("./state.js").State.ON,
207
+ {
208
+ readonly allowForLoopAfterthoughts: true;
209
+ }
210
+ ];
211
+ readonly "no-proto": import("./state.js").State.ON;
212
+ readonly "no-script-url": import("./state.js").State.ON;
213
+ readonly "no-sequences": import("./state.js").State.ON;
214
+ readonly "no-shadow-restricted-names": import("./state.js").State.ON;
215
+ readonly "no-throw-literal": import("./state.js").State.ON;
216
+ readonly "no-undef-init": import("./state.js").State.ON;
217
+ readonly "no-unneeded-ternary": import("./state.js").State.ON;
218
+ readonly "no-unused-expressions": readonly [
219
+ import("./state.js").State.ON,
220
+ {
221
+ readonly allowShortCircuit: true;
222
+ readonly allowTernary: true;
223
+ }
224
+ ];
225
+ readonly "no-unused-labels": import("./state.js").State.ON;
226
+ readonly "no-useless-call": import("./state.js").State.ON;
227
+ readonly "no-useless-catch": import("./state.js").State.ON;
228
+ readonly "no-useless-computed-key": import("./state.js").State.ON;
229
+ readonly "no-useless-concat": import("./state.js").State.ON;
230
+ readonly "no-useless-constructor": import("./state.js").State.ON;
231
+ readonly "no-useless-escape": readonly [
232
+ import("./state.js").State.ON,
233
+ {
234
+ readonly allowRegexCharacters: readonly [
235
+ "-"
236
+ ];
237
+ }
238
+ ];
239
+ readonly "no-useless-rename": import("./state.js").State.ON;
240
+ readonly "no-useless-return": import("./state.js").State.ON;
241
+ readonly "no-var": import("./state.js").State.ON;
242
+ readonly "no-void": readonly [
243
+ import("./state.js").State.ON,
244
+ {
245
+ readonly allowAsStatement: true;
246
+ }
247
+ ];
248
+ readonly "no-with": import("./state.js").State.ON;
249
+ readonly "object-shorthand": import("./state.js").State.ON;
250
+ readonly "one-var": readonly [
251
+ import("./state.js").State.ON,
252
+ {
253
+ readonly var: "consecutive";
254
+ readonly let: "consecutive";
255
+ readonly const: "consecutive";
256
+ readonly using: "consecutive";
257
+ readonly awaitUsing: "consecutive";
258
+ readonly separateRequires: true;
259
+ }
260
+ ];
261
+ readonly "operator-assignment": import("./state.js").State.ON;
262
+ readonly "prefer-arrow-callback": import("./state.js").State.ON;
263
+ readonly "prefer-const": readonly [
264
+ import("./state.js").State.ON,
265
+ {
266
+ readonly destructuring: "all";
267
+ }
268
+ ];
269
+ readonly "prefer-destructuring": readonly [
270
+ import("./state.js").State.ON,
271
+ {
272
+ readonly AssignmentExpression: {
273
+ readonly array: false;
274
+ readonly object: false;
275
+ };
276
+ }
277
+ ];
278
+ readonly "prefer-exponentiation-operator": import("./state.js").State.ON;
279
+ readonly "prefer-numeric-literals": import("./state.js").State.ON;
280
+ readonly "prefer-object-has-own": import("./state.js").State.ON;
281
+ readonly "prefer-object-spread": import("./state.js").State.ON;
282
+ readonly "prefer-promise-reject-errors": import("./state.js").State.ON;
283
+ readonly "prefer-regex-literals": readonly [
284
+ import("./state.js").State.ON,
285
+ {
286
+ readonly disallowRedundantWrapping: true;
287
+ }
288
+ ];
289
+ readonly "prefer-rest-params": import("./state.js").State.ON;
290
+ readonly "prefer-spread": import("./state.js").State.ON;
291
+ readonly "preserve-caught-error": readonly [
292
+ import("./state.js").State.ON,
293
+ {
294
+ readonly requireCatchParameter: true;
295
+ }
296
+ ];
297
+ readonly radix: readonly [
298
+ import("./state.js").State.ON,
299
+ "as-needed"
300
+ ];
301
+ readonly "require-await": import("./state.js").State.ON;
302
+ readonly "require-unicode-regexp": import("./state.js").State.ON;
303
+ readonly "require-yield": import("./state.js").State.ON;
304
+ readonly "vars-on-top": import("./state.js").State.ON;
305
+ readonly yoda: import("./state.js").State.ON;
213
306
  };
214
307
  } | {
215
- id: "enable/style";
308
+ id: string;
216
309
  rules: {
217
- readonly "@stylistic/array-bracket-newline": 2;
218
- readonly "@stylistic/array-bracket-spacing": 2;
219
- readonly "@stylistic/array-element-newline": readonly [2, {
220
- readonly consistent: true;
221
- readonly multiline: true;
222
- readonly minItems: 3;
223
- }];
224
- readonly "@stylistic/arrow-parens": readonly [2, "as-needed"];
225
- readonly "@stylistic/arrow-spacing": 2;
226
- readonly "@stylistic/block-spacing": 2;
227
- readonly "@stylistic/brace-style": readonly [2, "stroustrup", {
228
- readonly allowSingleLine: true;
229
- }];
230
- readonly "@stylistic/comma-dangle": readonly [2, "always-multiline"];
231
- readonly "@stylistic/comma-spacing": 2;
232
- readonly "@stylistic/comma-style": 2;
233
- readonly "@stylistic/computed-property-spacing": 2;
234
- readonly "@stylistic/curly-newline": 2;
235
- readonly "@stylistic/dot-location": readonly [2, "property"];
236
- readonly "@stylistic/eol-last": 2;
237
- readonly "@stylistic/function-call-argument-newline": readonly [2, "consistent"];
238
- readonly "@stylistic/function-call-spacing": 2;
239
- readonly "@stylistic/function-paren-newline": readonly [2, "multiline-arguments"];
240
- readonly "@stylistic/generator-star-spacing": 2;
241
- readonly "@stylistic/implicit-arrow-linebreak": 2;
242
- readonly "@stylistic/indent": readonly [2, 2, {
243
- readonly assignmentOperator: 0;
244
- readonly VariableDeclarator: {
245
- readonly var: 0;
246
- readonly let: 0;
247
- readonly const: 0;
248
- };
249
- readonly outerIIFEBody: 0;
250
- readonly offsetTernaryExpressions: true;
251
- }];
252
- readonly "@stylistic/indent-binary-ops": readonly [2, 2];
253
- readonly "@stylistic/key-spacing": 2;
254
- readonly "@stylistic/keyword-spacing": 2;
255
- readonly "@stylistic/lines-between-class-members": readonly [2, {
256
- readonly enforce: readonly [{
257
- readonly prev: "field";
258
- readonly next: "field";
310
+ readonly "@stylistic/array-bracket-newline": import("./state.js").State.ON;
311
+ readonly "@stylistic/array-bracket-spacing": import("./state.js").State.ON;
312
+ readonly "@stylistic/array-element-newline": readonly [
313
+ import("./state.js").State.ON,
314
+ {
315
+ readonly consistent: true;
316
+ readonly multiline: true;
317
+ readonly minItems: 3;
318
+ }
319
+ ];
320
+ readonly "@stylistic/arrow-parens": readonly [
321
+ import("./state.js").State.ON,
322
+ "as-needed"
323
+ ];
324
+ readonly "@stylistic/arrow-spacing": import("./state.js").State.ON;
325
+ readonly "@stylistic/block-spacing": import("./state.js").State.ON;
326
+ readonly "@stylistic/brace-style": readonly [
327
+ import("./state.js").State.ON,
328
+ "stroustrup",
329
+ {
330
+ readonly allowSingleLine: true;
331
+ }
332
+ ];
333
+ readonly "@stylistic/comma-dangle": readonly [
334
+ import("./state.js").State.ON,
335
+ "always-multiline"
336
+ ];
337
+ readonly "@stylistic/comma-spacing": import("./state.js").State.ON;
338
+ readonly "@stylistic/comma-style": import("./state.js").State.ON;
339
+ readonly "@stylistic/computed-property-spacing": import("./state.js").State.ON;
340
+ readonly "@stylistic/curly-newline": import("./state.js").State.ON;
341
+ readonly "@stylistic/dot-location": readonly [
342
+ import("./state.js").State.ON,
343
+ "property"
344
+ ];
345
+ readonly "@stylistic/eol-last": import("./state.js").State.ON;
346
+ readonly "@stylistic/function-call-argument-newline": readonly [
347
+ import("./state.js").State.ON,
348
+ "consistent"
349
+ ];
350
+ readonly "@stylistic/function-call-spacing": import("./state.js").State.ON;
351
+ readonly "@stylistic/function-paren-newline": readonly [
352
+ import("./state.js").State.ON,
353
+ "multiline-arguments"
354
+ ];
355
+ readonly "@stylistic/generator-star-spacing": import("./state.js").State.ON;
356
+ readonly "@stylistic/implicit-arrow-linebreak": import("./state.js").State.ON;
357
+ readonly "@stylistic/indent": readonly [
358
+ import("./state.js").State.ON,
359
+ 2,
360
+ {
361
+ readonly assignmentOperator: 0;
362
+ readonly VariableDeclarator: {
363
+ readonly var: 0;
364
+ readonly let: 0;
365
+ readonly const: 0;
366
+ };
367
+ readonly outerIIFEBody: 0;
368
+ readonly offsetTernaryExpressions: true;
369
+ }
370
+ ];
371
+ readonly "@stylistic/indent-binary-ops": readonly [
372
+ import("./state.js").State.ON,
373
+ 2
374
+ ];
375
+ readonly "@stylistic/key-spacing": import("./state.js").State.ON;
376
+ readonly "@stylistic/keyword-spacing": import("./state.js").State.ON;
377
+ readonly "@stylistic/lines-between-class-members": readonly [
378
+ import("./state.js").State.ON,
379
+ {
380
+ readonly enforce: readonly [
381
+ {
382
+ readonly prev: "field";
383
+ readonly next: "field";
384
+ readonly blankLine: "never";
385
+ },
386
+ {
387
+ readonly prev: "field";
388
+ readonly next: "method";
389
+ readonly blankLine: "always";
390
+ },
391
+ {
392
+ readonly prev: "method";
393
+ readonly next: "*";
394
+ readonly blankLine: "always";
395
+ }
396
+ ];
397
+ }
398
+ ];
399
+ readonly "@stylistic/max-len": readonly [
400
+ import("./state.js").State.ON,
401
+ {
402
+ readonly code: 300;
403
+ readonly ignoreComments: true;
404
+ readonly ignoreTrailingComments: true;
405
+ readonly ignoreUrls: true;
406
+ readonly ignoreStrings: true;
407
+ readonly ignoreTemplateLiterals: true;
408
+ readonly ignoreRegExpLiterals: true;
409
+ }
410
+ ];
411
+ readonly "@stylistic/max-statements-per-line": import("./state.js").State.ON;
412
+ readonly "@stylistic/member-delimiter-style": import("./state.js").State.ON;
413
+ readonly "@stylistic/multiline-ternary": readonly [
414
+ import("./state.js").State.ON,
415
+ "always-multiline"
416
+ ];
417
+ readonly "@stylistic/newline-per-chained-call": import("./state.js").State.ON;
418
+ readonly "@stylistic/no-extra-parens": import("./state.js").State.ON;
419
+ readonly "@stylistic/no-extra-semi": import("./state.js").State.ON;
420
+ readonly "@stylistic/no-floating-decimal": import("./state.js").State.ON;
421
+ readonly "@stylistic/no-mixed-spaces-and-tabs": import("./state.js").State.ON;
422
+ readonly "@stylistic/no-multi-spaces": readonly [
423
+ import("./state.js").State.ON,
424
+ {
425
+ readonly exceptions: {
426
+ readonly Property: false;
427
+ readonly ImportAttributes: false;
428
+ };
429
+ }
430
+ ];
431
+ readonly "@stylistic/no-multiple-empty-lines": readonly [
432
+ import("./state.js").State.ON,
433
+ {
434
+ readonly max: 1;
435
+ readonly maxBOF: 0;
436
+ readonly maxEOF: 0;
437
+ }
438
+ ];
439
+ readonly "@stylistic/no-tabs": import("./state.js").State.ON;
440
+ readonly "@stylistic/no-trailing-spaces": import("./state.js").State.ON;
441
+ readonly "@stylistic/no-whitespace-before-property": import("./state.js").State.ON;
442
+ readonly "@stylistic/nonblock-statement-body-position": readonly [
443
+ import("./state.js").State.ON,
444
+ "below"
445
+ ];
446
+ readonly "@stylistic/object-curly-newline": readonly [
447
+ import("./state.js").State.ON,
448
+ {
449
+ readonly consistent: true;
450
+ readonly multiline: true;
451
+ readonly minProperties: 3;
452
+ }
453
+ ];
454
+ readonly "@stylistic/object-curly-spacing": readonly [
455
+ import("./state.js").State.ON,
456
+ "always"
457
+ ];
458
+ readonly "@stylistic/object-property-newline": import("./state.js").State.ON;
459
+ readonly "@stylistic/one-var-declaration-per-line": readonly [
460
+ import("./state.js").State.ON,
461
+ "always"
462
+ ];
463
+ readonly "@stylistic/operator-linebreak": readonly [
464
+ import("./state.js").State.ON,
465
+ "before"
466
+ ];
467
+ readonly "@stylistic/padded-blocks": readonly [
468
+ import("./state.js").State.ON,
469
+ "never",
470
+ {
471
+ readonly allowSingleLineBlocks: true;
472
+ }
473
+ ];
474
+ readonly "@stylistic/padding-line-between-statements": readonly [
475
+ import("./state.js").State.WARN,
476
+ {
259
477
  readonly blankLine: "never";
260
- }, {
261
- readonly prev: "field";
262
- readonly next: "method";
478
+ readonly prev: readonly [
479
+ "block-like",
480
+ "block",
481
+ "break",
482
+ "case",
483
+ "cjs-export",
484
+ "cjs-import",
485
+ "class",
486
+ "const",
487
+ "continue",
488
+ "debugger",
489
+ "default",
490
+ "directive",
491
+ "do",
492
+ "empty",
493
+ "enum",
494
+ "export",
495
+ "for",
496
+ "function-overload",
497
+ "function",
498
+ "if",
499
+ "iife",
500
+ "import",
501
+ "interface",
502
+ "let",
503
+ "return",
504
+ "switch",
505
+ "throw",
506
+ "try",
507
+ "type",
508
+ "using",
509
+ "var",
510
+ "while",
511
+ "with"
512
+ ];
513
+ readonly next: "*";
514
+ },
515
+ {
263
516
  readonly blankLine: "always";
264
- }, {
265
- readonly prev: "method";
517
+ readonly prev: readonly [
518
+ "block-like",
519
+ "block",
520
+ "class",
521
+ "debugger",
522
+ "directive",
523
+ "do",
524
+ "empty",
525
+ "for",
526
+ "function-overload",
527
+ "function",
528
+ "if",
529
+ "interface",
530
+ "switch",
531
+ "try",
532
+ "using",
533
+ "while",
534
+ "with"
535
+ ];
266
536
  readonly next: "*";
537
+ },
538
+ {
539
+ readonly blankLine: "always";
540
+ readonly prev: "*";
541
+ readonly next: readonly [
542
+ "block-like",
543
+ "block",
544
+ "class",
545
+ "debugger",
546
+ "directive",
547
+ "do",
548
+ "empty",
549
+ "for",
550
+ "function-overload",
551
+ "function",
552
+ "if",
553
+ "interface",
554
+ "switch",
555
+ "try",
556
+ "using",
557
+ "while",
558
+ "with"
559
+ ];
560
+ },
561
+ {
562
+ readonly blankLine: "never";
563
+ readonly prev: "interface";
564
+ readonly next: readonly [
565
+ "class",
566
+ "function-overload",
567
+ "function"
568
+ ];
569
+ },
570
+ {
571
+ readonly blankLine: "never";
572
+ readonly prev: "function-overload";
573
+ readonly next: readonly [
574
+ "function-overload",
575
+ "function"
576
+ ];
577
+ },
578
+ {
579
+ readonly blankLine: "always";
580
+ readonly prev: readonly [
581
+ "const",
582
+ "enum",
583
+ "let",
584
+ "type",
585
+ "var"
586
+ ];
587
+ readonly next: readonly [
588
+ "expression",
589
+ "iife"
590
+ ];
591
+ },
592
+ {
267
593
  readonly blankLine: "always";
268
- }];
269
- }];
270
- readonly "@stylistic/max-len": readonly [2, {
271
- readonly code: 300;
272
- readonly ignoreComments: true;
273
- readonly ignoreTrailingComments: true;
274
- readonly ignoreUrls: true;
275
- readonly ignoreStrings: true;
276
- readonly ignoreTemplateLiterals: true;
277
- readonly ignoreRegExpLiterals: true;
278
- }];
279
- readonly "@stylistic/max-statements-per-line": 2;
280
- readonly "@stylistic/member-delimiter-style": 2;
281
- readonly "@stylistic/multiline-ternary": readonly [2, "always-multiline"];
282
- readonly "@stylistic/newline-per-chained-call": 2;
283
- readonly "@stylistic/no-extra-parens": 2;
284
- readonly "@stylistic/no-extra-semi": 2;
285
- readonly "@stylistic/no-floating-decimal": 2;
286
- readonly "@stylistic/no-mixed-spaces-and-tabs": 2;
287
- readonly "@stylistic/no-multi-spaces": readonly [2, {
288
- readonly exceptions: {
289
- readonly Property: false;
290
- readonly ImportAttributes: false;
291
- };
292
- }];
293
- readonly "@stylistic/no-multiple-empty-lines": readonly [2, {
294
- readonly max: 1;
295
- readonly maxBOF: 0;
296
- readonly maxEOF: 0;
297
- }];
298
- readonly "@stylistic/no-tabs": 2;
299
- readonly "@stylistic/no-trailing-spaces": 2;
300
- readonly "@stylistic/no-whitespace-before-property": 2;
301
- readonly "@stylistic/nonblock-statement-body-position": readonly [2, "below"];
302
- readonly "@stylistic/object-curly-newline": readonly [2, {
303
- readonly consistent: true;
304
- readonly multiline: true;
305
- readonly minProperties: 3;
306
- }];
307
- readonly "@stylistic/object-curly-spacing": readonly [2, "always"];
308
- readonly "@stylistic/object-property-newline": 2;
309
- readonly "@stylistic/one-var-declaration-per-line": readonly [2, "always"];
310
- readonly "@stylistic/operator-linebreak": readonly [2, "before"];
311
- readonly "@stylistic/padded-blocks": readonly [2, "never", {
312
- readonly allowSingleLineBlocks: true;
313
- }];
314
- readonly "@stylistic/padding-line-between-statements": readonly [1, {
315
- readonly blankLine: "never";
316
- readonly prev: readonly ["block-like", "block", "break", "case", "cjs-export", "cjs-import", "class", "const", "continue", "debugger", "default", "directive", "do", "empty", "enum", "export", "for", "function-overload", "function", "if", "iife", "import", "interface", "let", "return", "switch", "throw", "try", "type", "using", "var", "while", "with"];
317
- readonly next: "*";
318
- }, {
319
- readonly blankLine: "always";
320
- readonly prev: readonly ["block-like", "block", "class", "debugger", "directive", "do", "empty", "for", "function-overload", "function", "if", "interface", "switch", "try", "using", "while", "with"];
321
- readonly next: "*";
322
- }, {
323
- readonly blankLine: "always";
324
- readonly prev: "*";
325
- readonly next: readonly ["block-like", "block", "class", "debugger", "directive", "do", "empty", "for", "function-overload", "function", "if", "interface", "switch", "try", "using", "while", "with"];
326
- }, {
327
- readonly blankLine: "never";
328
- readonly prev: "interface";
329
- readonly next: readonly ["class", "function-overload", "function"];
330
- }, {
331
- readonly blankLine: "never";
332
- readonly prev: "function-overload";
333
- readonly next: readonly ["function-overload", "function"];
334
- }, {
335
- readonly blankLine: "always";
336
- readonly prev: readonly ["const", "enum", "let", "type", "var"];
337
- readonly next: readonly ["expression", "iife"];
338
- }, {
339
- readonly blankLine: "always";
340
- readonly prev: readonly ["cjs-import", "import"];
341
- readonly next: "*";
342
- }, {
343
- readonly blankLine: "never";
344
- readonly prev: readonly ["cjs-import", "import"];
345
- readonly next: readonly ["cjs-import", "import"];
346
- }, {
347
- readonly blankLine: "always";
348
- readonly prev: readonly ["cjs-export", "export"];
349
- readonly next: "*";
350
- }, {
351
- readonly blankLine: "always";
352
- readonly prev: "*";
353
- readonly next: readonly ["cjs-export", "export"];
354
- }, {
355
- readonly blankLine: "never";
356
- readonly prev: readonly ["cjs-export", "export"];
357
- readonly next: readonly ["cjs-export", "export"];
358
- }, {
359
- readonly blankLine: "always";
360
- readonly prev: readonly ["break", "continue", "return", "throw"];
361
- readonly next: "*";
362
- }, {
363
- readonly blankLine: "always";
364
- readonly prev: "*";
365
- readonly next: readonly ["break", "continue", "return", "throw"];
366
- }];
367
- readonly "@stylistic/quote-props": readonly [2, "as-needed", {
368
- readonly keywords: true;
369
- }];
370
- readonly "@stylistic/quotes": readonly [2, "double", {
371
- readonly avoidEscape: true;
372
- readonly allowTemplateLiterals: "always";
373
- }];
374
- readonly "@stylistic/rest-spread-spacing": 2;
375
- readonly "@stylistic/semi": 2;
376
- readonly "@stylistic/semi-spacing": 2;
377
- readonly "@stylistic/semi-style": 2;
378
- readonly "@stylistic/space-before-blocks": 2;
379
- readonly "@stylistic/space-before-function-paren": readonly [2, {
380
- readonly named: "never";
381
- }];
382
- readonly "@stylistic/space-in-parens": 2;
383
- readonly "@stylistic/space-infix-ops": 2;
384
- readonly "@stylistic/space-unary-ops": 2;
385
- readonly "@stylistic/spaced-comment": readonly [2, "always", {
386
- readonly line: {
387
- readonly exceptions: readonly ["/", "-", "+", "="];
388
- readonly markers: readonly ["!", "@", "#", "/", "#region", "#endregion", "#part", "/#region", "/#endregion", "/#part"];
389
- };
390
- readonly block: {
391
- readonly exceptions: readonly ["*"];
392
- readonly markers: readonly ["*"];
393
- readonly balanced: true;
394
- };
395
- }];
396
- readonly "@stylistic/switch-colon-spacing": 2;
397
- readonly "@stylistic/template-curly-spacing": 2;
398
- readonly "@stylistic/template-tag-spacing": 2;
399
- readonly "@stylistic/type-annotation-spacing": readonly [2, {
400
- readonly before: true;
401
- readonly after: true;
402
- readonly overrides: {
403
- readonly colon: {
404
- readonly before: false;
405
- readonly after: true;
594
+ readonly prev: readonly [
595
+ "cjs-import",
596
+ "import"
597
+ ];
598
+ readonly next: "*";
599
+ },
600
+ {
601
+ readonly blankLine: "never";
602
+ readonly prev: readonly [
603
+ "cjs-import",
604
+ "import"
605
+ ];
606
+ readonly next: readonly [
607
+ "cjs-import",
608
+ "import"
609
+ ];
610
+ },
611
+ {
612
+ readonly blankLine: "always";
613
+ readonly prev: readonly [
614
+ "cjs-export",
615
+ "export"
616
+ ];
617
+ readonly next: "*";
618
+ },
619
+ {
620
+ readonly blankLine: "always";
621
+ readonly prev: "*";
622
+ readonly next: readonly [
623
+ "cjs-export",
624
+ "export"
625
+ ];
626
+ },
627
+ {
628
+ readonly blankLine: "never";
629
+ readonly prev: readonly [
630
+ "cjs-export",
631
+ "export"
632
+ ];
633
+ readonly next: readonly [
634
+ "cjs-export",
635
+ "export"
636
+ ];
637
+ },
638
+ {
639
+ readonly blankLine: "always";
640
+ readonly prev: readonly [
641
+ "break",
642
+ "continue",
643
+ "return",
644
+ "throw"
645
+ ];
646
+ readonly next: "*";
647
+ },
648
+ {
649
+ readonly blankLine: "always";
650
+ readonly prev: "*";
651
+ readonly next: readonly [
652
+ "break",
653
+ "continue",
654
+ "return",
655
+ "throw"
656
+ ];
657
+ }
658
+ ];
659
+ readonly "@stylistic/quote-props": readonly [
660
+ import("./state.js").State.ON,
661
+ "as-needed",
662
+ {
663
+ readonly keywords: true;
664
+ }
665
+ ];
666
+ readonly "@stylistic/quotes": readonly [
667
+ import("./state.js").State.ON,
668
+ "double",
669
+ {
670
+ readonly avoidEscape: true;
671
+ readonly allowTemplateLiterals: "always";
672
+ }
673
+ ];
674
+ readonly "@stylistic/rest-spread-spacing": import("./state.js").State.ON;
675
+ readonly "@stylistic/semi": import("./state.js").State.ON;
676
+ readonly "@stylistic/semi-spacing": import("./state.js").State.ON;
677
+ readonly "@stylistic/semi-style": import("./state.js").State.ON;
678
+ readonly "@stylistic/space-before-blocks": import("./state.js").State.ON;
679
+ readonly "@stylistic/space-before-function-paren": readonly [
680
+ import("./state.js").State.ON,
681
+ {
682
+ readonly named: "never";
683
+ }
684
+ ];
685
+ readonly "@stylistic/space-in-parens": import("./state.js").State.ON;
686
+ readonly "@stylistic/space-infix-ops": import("./state.js").State.ON;
687
+ readonly "@stylistic/space-unary-ops": import("./state.js").State.ON;
688
+ readonly "@stylistic/spaced-comment": readonly [
689
+ import("./state.js").State.ON,
690
+ "always",
691
+ {
692
+ readonly line: {
693
+ readonly exceptions: readonly [
694
+ "/",
695
+ "-",
696
+ "+",
697
+ "="
698
+ ];
699
+ readonly markers: readonly [
700
+ "!",
701
+ "@",
702
+ "#",
703
+ "/",
704
+ "#region",
705
+ "#endregion",
706
+ "#part",
707
+ "/#region",
708
+ "/#endregion",
709
+ "/#part"
710
+ ];
711
+ };
712
+ readonly block: {
713
+ readonly exceptions: readonly [
714
+ "*"
715
+ ];
716
+ readonly markers: readonly [
717
+ "*"
718
+ ];
719
+ readonly balanced: true;
720
+ };
721
+ }
722
+ ];
723
+ readonly "@stylistic/switch-colon-spacing": import("./state.js").State.ON;
724
+ readonly "@stylistic/template-curly-spacing": import("./state.js").State.ON;
725
+ readonly "@stylistic/template-tag-spacing": import("./state.js").State.ON;
726
+ readonly "@stylistic/type-annotation-spacing": readonly [
727
+ import("./state.js").State.ON,
728
+ {
729
+ readonly before: true;
730
+ readonly after: true;
731
+ readonly overrides: {
732
+ readonly colon: {
733
+ readonly before: false;
734
+ readonly after: true;
735
+ };
406
736
  };
407
- };
408
- }];
409
- readonly "@stylistic/type-generic-spacing": 2;
410
- readonly "@stylistic/type-named-tuple-spacing": 2;
411
- readonly "@stylistic/wrap-iife": readonly [2, "inside", {
412
- readonly functionPrototypeMethods: true;
413
- }];
414
- readonly "@stylistic/wrap-regex": 2;
415
- readonly "@stylistic/yield-star-spacing": 2;
737
+ }
738
+ ];
739
+ readonly "@stylistic/type-generic-spacing": import("./state.js").State.ON;
740
+ readonly "@stylistic/type-named-tuple-spacing": import("./state.js").State.ON;
741
+ readonly "@stylistic/wrap-iife": readonly [
742
+ import("./state.js").State.ON,
743
+ "inside",
744
+ {
745
+ readonly functionPrototypeMethods: true;
746
+ }
747
+ ];
748
+ readonly "@stylistic/wrap-regex": import("./state.js").State.ON;
749
+ readonly "@stylistic/yield-star-spacing": import("./state.js").State.ON;
416
750
  };
417
751
  })[];
418
752
  export default _default;
419
- //# sourceMappingURL=base.d.ts.map
753
+ //# sourceMappingURL=base.d.ts.map