@eslinted/defaults 17.2.9 → 17.2.11

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 (102) hide show
  1. package/dist/index.d.ts +1139 -792
  2. package/dist/rules/css/index.d.ts +2 -1
  3. package/dist/rules/css/index.d.ts.map +1 -1
  4. package/dist/rules/css/index.js.map +1 -1
  5. package/dist/rules/disable.d.ts +2 -1
  6. package/dist/rules/disable.d.ts.map +1 -1
  7. package/dist/rules/disable.js.map +1 -1
  8. package/dist/rules/html/index.d.ts +37 -17
  9. package/dist/rules/html/index.d.ts.map +1 -1
  10. package/dist/rules/html/index.js.map +1 -1
  11. package/dist/rules/index.d.ts +1139 -792
  12. package/dist/rules/js.d.ts +560 -357
  13. package/dist/rules/js.eslint.d.ts +184 -90
  14. package/dist/rules/js.eslint.d.ts.map +1 -1
  15. package/dist/rules/js.eslint.js.map +1 -1
  16. package/dist/rules/js.stylistic.d.ts +219 -108
  17. package/dist/rules/js.stylistic.d.ts.map +1 -1
  18. package/dist/rules/js.stylistic.js.map +1 -1
  19. package/dist/rules/json/index.d.ts +68 -53
  20. package/dist/rules/json/json.d.ts +2 -1
  21. package/dist/rules/json/json.d.ts.map +1 -1
  22. package/dist/rules/json/json.js.map +1 -1
  23. package/dist/rules/json/plugin/extend.d.ts +32 -16
  24. package/dist/rules/json/plugin/extend.d.ts.map +1 -1
  25. package/dist/rules/json/plugin/extend.js.map +1 -1
  26. package/dist/rules/json/plugin/index.d.ts +2 -1
  27. package/dist/rules/json/plugin/index.d.ts.map +1 -1
  28. package/dist/rules/json/plugin/index.js.map +1 -1
  29. package/dist/rules/jsonc/index.d.ts +2 -1
  30. package/dist/rules/jsonc/index.d.ts.map +1 -1
  31. package/dist/rules/jsonc/index.js.map +1 -1
  32. package/dist/rules/jsoncc/index.d.ts +6 -2
  33. package/dist/rules/jsoncc/index.d.ts.map +1 -1
  34. package/dist/rules/jsoncc/index.js.map +1 -1
  35. package/dist/rules/mocha/chai/expect.d.ts +2 -1
  36. package/dist/rules/mocha/chai/expect.d.ts.map +1 -1
  37. package/dist/rules/mocha/chai/expect.js.map +1 -1
  38. package/dist/rules/mocha/chai/index.d.ts +9 -5
  39. package/dist/rules/mocha/chai/index.d.ts.map +1 -1
  40. package/dist/rules/mocha/chai/index.js.map +1 -1
  41. package/dist/rules/mocha/index.d.ts +29 -26
  42. package/dist/rules/mocha/mocha.d.ts +2 -1
  43. package/dist/rules/mocha/mocha.d.ts.map +1 -1
  44. package/dist/rules/mocha/mocha.js.map +1 -1
  45. package/dist/rules/state.d.ts +6 -0
  46. package/dist/rules/state.d.ts.map +1 -0
  47. package/dist/rules/state.js +2 -0
  48. package/dist/rules/state.js.map +1 -0
  49. package/dist/rules/svelte/disable.d.ts +2 -1
  50. package/dist/rules/svelte/disable.d.ts.map +1 -1
  51. package/dist/rules/svelte/disable.js.map +1 -1
  52. package/dist/rules/svelte/extend.d.ts +6 -2
  53. package/dist/rules/svelte/extend.d.ts.map +1 -1
  54. package/dist/rules/svelte/extend.js.map +1 -1
  55. package/dist/rules/svelte/index.d.ts +121 -93
  56. package/dist/rules/svelte/svelte.d.ts +49 -23
  57. package/dist/rules/svelte/svelte.d.ts.map +1 -1
  58. package/dist/rules/svelte/svelte.js.map +1 -1
  59. package/dist/rules/ts/disable.d.ts +2 -1
  60. package/dist/rules/ts/disable.d.ts.map +1 -1
  61. package/dist/rules/ts/disable.js.map +1 -1
  62. package/dist/rules/ts/extend.d.ts +31 -18
  63. package/dist/rules/ts/extend.d.ts.map +1 -1
  64. package/dist/rules/ts/extend.js.map +1 -1
  65. package/dist/rules/ts/index.d.ts +220 -169
  66. package/dist/rules/ts/ts.d.ts +93 -53
  67. package/dist/rules/ts/ts.d.ts.map +1 -1
  68. package/dist/rules/ts/ts.js.map +1 -1
  69. package/dist/rules/yml/extend.d.ts +44 -18
  70. package/dist/rules/yml/extend.d.ts.map +1 -1
  71. package/dist/rules/yml/extend.js.map +1 -1
  72. package/dist/rules/yml/index.d.ts +58 -33
  73. package/dist/rules/yml/yml.d.ts +2 -1
  74. package/dist/rules/yml/yml.d.ts.map +1 -1
  75. package/dist/rules/yml/yml.js.map +1 -1
  76. package/package.json +1 -1
  77. package/src/_pattern/tsconfig.json +3 -3
  78. package/src/rules/css/index.ts +2 -0
  79. package/src/rules/disable.ts +2 -0
  80. package/src/rules/html/index.ts +2 -0
  81. package/src/rules/js.eslint.ts +2 -0
  82. package/src/rules/js.stylistic.ts +2 -0
  83. package/src/rules/json/json.ts +2 -0
  84. package/src/rules/json/plugin/extend.ts +2 -0
  85. package/src/rules/json/plugin/index.ts +2 -0
  86. package/src/rules/jsonc/index.ts +2 -0
  87. package/src/rules/jsoncc/index.ts +2 -0
  88. package/src/rules/mocha/chai/expect.ts +2 -0
  89. package/src/rules/mocha/chai/index.ts +2 -0
  90. package/src/rules/mocha/mocha.ts +2 -0
  91. package/src/rules/state.ts +5 -0
  92. package/src/rules/svelte/disable.ts +2 -0
  93. package/src/rules/svelte/extend.ts +2 -0
  94. package/src/rules/svelte/svelte.ts +2 -0
  95. package/src/rules/ts/disable.ts +2 -0
  96. package/src/rules/ts/extend.ts +2 -0
  97. package/src/rules/ts/ts.ts +2 -0
  98. package/src/rules/tsconfig.json +0 -1
  99. package/src/rules/yml/extend.ts +2 -0
  100. package/src/rules/yml/yml.ts +2 -0
  101. package/src/tsconfig.json +0 -1
  102. package/typings/index.d.ts +0 -5
@@ -1,866 +1,1213 @@
1
1
  declare const _default: {
2
2
  js: ({
3
3
  rules: {
4
- readonly "array-callback-return": readonly [State.ON, {
5
- readonly checkForEach: true;
6
- readonly allowVoid: true;
7
- }];
8
- readonly "constructor-super": State.ON;
9
- readonly "for-direction": State.ON;
10
- readonly "getter-return": State.ON;
11
- readonly "no-async-promise-executor": State.ON;
12
- readonly "no-await-in-loop": State.ON;
13
- readonly "no-class-assign": State.ON;
14
- readonly "no-compare-neg-zero": State.ON;
15
- readonly "no-cond-assign": State.ON;
16
- readonly "no-const-assign": State.ON;
17
- readonly "no-constant-binary-expression": State.ON;
18
- readonly "no-constant-condition": readonly [State.ON, {
19
- readonly checkLoops: "all";
20
- }];
21
- readonly "no-constructor-return": State.ON;
22
- readonly "no-control-regex": State.ON;
23
- readonly "no-debugger": State.ON;
24
- readonly "no-dupe-args": State.ON;
25
- readonly "no-dupe-class-members": State.ON;
26
- readonly "no-dupe-else-if": State.ON;
27
- readonly "no-dupe-keys": State.ON;
28
- readonly "no-duplicate-case": State.ON;
29
- readonly "no-duplicate-imports": readonly [State.ON, {
30
- readonly includeExports: true;
31
- readonly allowSeparateTypeImports: true;
32
- }];
33
- readonly "no-empty-character-class": State.ON;
34
- readonly "no-empty-pattern": State.ON;
35
- readonly "no-ex-assign": State.ON;
36
- readonly "no-fallthrough": State.ON;
37
- readonly "no-func-assign": State.ON;
38
- readonly "no-import-assign": State.ON;
39
- readonly "no-inner-declarations": readonly [State.ON, "both"];
40
- readonly "no-invalid-regexp": State.ON;
41
- readonly "no-irregular-whitespace": State.ON;
42
- readonly "no-loss-of-precision": State.ON;
43
- readonly "no-misleading-character-class": State.ON;
44
- readonly "no-new-native-nonconstructor": State.ON;
45
- readonly "no-obj-calls": State.ON;
46
- readonly "no-promise-executor-return": readonly [State.ON, {
47
- readonly allowVoid: true;
48
- }];
49
- readonly "no-prototype-builtins": State.ON;
50
- readonly "no-self-assign": State.ON;
51
- readonly "no-self-compare": State.ON;
52
- readonly "no-setter-return": State.ON;
53
- readonly "no-sparse-arrays": State.ON;
54
- readonly "no-template-curly-in-string": State.ON;
55
- readonly "no-this-before-super": State.ON;
56
- readonly "no-unassigned-vars": State.ON;
57
- readonly "no-undef": State.ON;
58
- readonly "no-unexpected-multiline": State.ON;
59
- readonly "no-unmodified-loop-condition": State.ON;
60
- readonly "no-unreachable": State.ON;
61
- readonly "no-unreachable-loop": State.ON;
62
- readonly "no-unsafe-finally": State.ON;
63
- readonly "no-unsafe-negation": readonly [State.ON, {
64
- readonly enforceForOrderingRelations: true;
65
- }];
66
- readonly "no-unsafe-optional-chaining": readonly [State.ON, {
67
- readonly disallowArithmeticOperators: true;
68
- }];
69
- readonly "no-unused-private-class-members": State.ON;
70
- readonly "no-unused-vars": State.ON;
71
- readonly "no-use-before-define": readonly [State.ON, {
72
- readonly typedefs: false;
73
- }];
74
- readonly "no-useless-assignment": State.ON;
75
- readonly "no-useless-backreference": State.ON;
76
- readonly "require-atomic-updates": State.ON;
77
- readonly "use-isnan": readonly [State.ON, {
78
- readonly enforceForIndexOf: true;
79
- }];
80
- readonly "valid-typeof": readonly [State.ON, {
81
- readonly requireStringLiterals: true;
82
- }];
83
- readonly "accessor-pairs": readonly [State.ON, {
84
- readonly enforceForTSTypes: true;
85
- }];
86
- readonly "arrow-body-style": State.ON;
87
- readonly "block-scoped-var": State.ON;
88
- readonly "consistent-return": State.ON;
89
- readonly "consistent-this": State.ON;
90
- readonly curly: readonly [State.ON, "multi"];
91
- readonly "default-case-last": State.ON;
92
- readonly "default-param-last": State.ON;
93
- readonly "dot-notation": State.ON;
94
- readonly eqeqeq: State.ON;
95
- readonly "init-declarations": State.ON;
96
- readonly "logical-assignment-operators": readonly [State.ON, "always", {
97
- readonly enforceForIfStatements: true;
98
- }];
99
- readonly "no-alert": State.ON;
100
- readonly "no-array-constructor": State.ON;
101
- readonly "no-bitwise": State.ON;
102
- readonly "no-caller": State.ON;
103
- readonly "no-case-declarations": State.ON;
104
- readonly "no-continue": State.ON;
105
- readonly "no-delete-var": State.ON;
106
- readonly "no-div-regex": State.ON;
107
- readonly "no-empty": State.ON;
108
- readonly "no-empty-function": readonly [State.ON, {
109
- readonly allow: readonly ["constructors", "privateConstructors", "protectedConstructors", "decoratedFunctions", "overrideMethods"];
110
- }];
111
- readonly "no-empty-static-block": State.ON;
112
- readonly "no-eq-null": State.ON;
113
- readonly "no-eval": State.ON;
114
- readonly "no-extend-native": State.ON;
115
- readonly "no-extra-bind": State.ON;
116
- readonly "no-extra-boolean-cast": readonly [State.ON, {
117
- readonly enforceForLogicalOperands: true;
118
- }];
119
- readonly "no-extra-label": State.ON;
120
- readonly "no-global-assign": State.ON;
121
- readonly "no-implicit-coercion": readonly [State.ON, {
122
- readonly disallowTemplateShorthand: true;
123
- }];
124
- readonly "no-implied-eval": State.ON;
125
- readonly "no-invalid-this": readonly [State.ON, {
126
- readonly capIsConstructor: false;
127
- }];
128
- readonly "no-iterator": State.ON;
129
- readonly "no-label-var": State.ON;
130
- readonly "no-lone-blocks": State.ON;
131
- readonly "no-loop-func": State.ON;
132
- readonly "no-multi-assign": State.ON;
133
- readonly "no-multi-str": State.ON;
134
- readonly "no-new": State.ON;
135
- readonly "no-new-func": State.ON;
136
- readonly "no-new-wrappers": State.ON;
137
- readonly "no-nonoctal-decimal-escape": State.ON;
138
- readonly "no-object-constructor": State.ON;
139
- readonly "no-octal": State.ON;
140
- readonly "no-octal-escape": State.ON;
141
- readonly "no-param-reassign": readonly [State.ON, {
142
- readonly props: true;
143
- }];
144
- readonly "no-plusplus": readonly [State.ON, {
145
- readonly allowForLoopAfterthoughts: true;
146
- }];
147
- readonly "no-proto": State.ON;
148
- readonly "no-script-url": State.ON;
149
- readonly "no-sequences": State.ON;
150
- readonly "no-shadow-restricted-names": State.ON;
151
- readonly "no-throw-literal": State.ON;
152
- readonly "no-undef-init": State.ON;
153
- readonly "no-unneeded-ternary": State.ON;
154
- readonly "no-unused-expressions": readonly [State.ON, {
155
- readonly allowShortCircuit: true;
156
- readonly allowTernary: true;
157
- }];
158
- readonly "no-unused-labels": State.ON;
159
- readonly "no-useless-call": State.ON;
160
- readonly "no-useless-catch": State.ON;
161
- readonly "no-useless-computed-key": State.ON;
162
- readonly "no-useless-concat": State.ON;
163
- readonly "no-useless-constructor": State.ON;
164
- readonly "no-useless-escape": readonly [State.ON, {
165
- readonly allowRegexCharacters: readonly ["-"];
166
- }];
167
- readonly "no-useless-rename": State.ON;
168
- readonly "no-useless-return": State.ON;
169
- readonly "no-var": State.ON;
170
- readonly "no-void": readonly [State.ON, {
171
- readonly allowAsStatement: true;
172
- }];
173
- readonly "no-with": State.ON;
174
- readonly "object-shorthand": State.ON;
175
- readonly "one-var": readonly [State.ON, {
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": State.ON;
184
- readonly "prefer-arrow-callback": State.ON;
185
- readonly "prefer-const": readonly [State.ON, {
186
- readonly destructuring: "all";
187
- }];
188
- readonly "prefer-destructuring": readonly [State.ON, {
189
- readonly AssignmentExpression: {
190
- readonly array: false;
191
- readonly object: false;
192
- };
193
- }];
194
- readonly "prefer-exponentiation-operator": State.ON;
195
- readonly "prefer-numeric-literals": State.ON;
196
- readonly "prefer-object-has-own": State.ON;
197
- readonly "prefer-object-spread": State.ON;
198
- readonly "prefer-promise-reject-errors": State.ON;
199
- readonly "prefer-regex-literals": readonly [State.ON, {
200
- readonly disallowRedundantWrapping: true;
201
- }];
202
- readonly "prefer-rest-params": State.ON;
203
- readonly "prefer-spread": State.ON;
204
- readonly "preserve-caught-error": readonly [State.ON, {
205
- readonly requireCatchParameter: true;
206
- }];
207
- readonly radix: readonly [State.ON, "as-needed"];
208
- readonly "require-await": State.ON;
209
- readonly "require-unicode-regexp": State.ON;
210
- readonly "require-yield": State.ON;
211
- readonly "vars-on-top": State.ON;
212
- readonly yoda: State.ON;
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
308
  rules: {
216
- readonly "stylistic/array-bracket-newline": State.ON;
217
- readonly "stylistic/array-bracket-spacing": State.ON;
218
- readonly "stylistic/array-element-newline": readonly [State.ON, {
219
- readonly consistent: true;
220
- readonly multiline: true;
221
- readonly minItems: 3;
222
- }];
223
- readonly "stylistic/arrow-parens": readonly [State.ON, "as-needed"];
224
- readonly "stylistic/arrow-spacing": State.ON;
225
- readonly "stylistic/block-spacing": State.ON;
226
- readonly "stylistic/brace-style": readonly [State.ON, "stroustrup", {
227
- readonly allowSingleLine: true;
228
- }];
229
- readonly "stylistic/comma-dangle": readonly [State.ON, "always-multiline"];
230
- readonly "stylistic/comma-spacing": State.ON;
231
- readonly "stylistic/comma-style": State.ON;
232
- readonly "stylistic/computed-property-spacing": State.ON;
233
- readonly "stylistic/curly-newline": State.ON;
234
- readonly "stylistic/dot-location": readonly [State.ON, "property"];
235
- readonly "stylistic/eol-last": State.ON;
236
- readonly "stylistic/function-call-argument-newline": readonly [State.ON, "consistent"];
237
- readonly "stylistic/function-call-spacing": State.ON;
238
- readonly "stylistic/function-paren-newline": readonly [State.ON, "multiline-arguments"];
239
- readonly "stylistic/generator-star-spacing": State.ON;
240
- readonly "stylistic/implicit-arrow-linebreak": State.ON;
241
- readonly "stylistic/indent": readonly [State.ON, 2, {
242
- readonly assignmentOperator: 0;
243
- readonly VariableDeclarator: {
244
- readonly var: 0;
245
- readonly let: 0;
246
- readonly const: 0;
247
- };
248
- readonly outerIIFEBody: 0;
249
- readonly offsetTernaryExpressions: true;
250
- }];
251
- readonly "stylistic/indent-binary-ops": readonly [State.ON, 2];
252
- readonly "stylistic/key-spacing": State.ON;
253
- readonly "stylistic/keyword-spacing": State.ON;
254
- readonly "stylistic/lines-between-class-members": readonly [State.ON, {
255
- readonly enforce: readonly [{
256
- readonly prev: "field";
257
- readonly next: "field";
258
- readonly blankLine: "never";
259
- }, {
260
- readonly prev: "field";
261
- readonly next: "method";
262
- readonly blankLine: "always";
263
- }, {
264
- readonly prev: "method";
265
- readonly next: "*";
266
- readonly blankLine: "always";
267
- }];
268
- }];
269
- readonly "stylistic/max-len": readonly [State.ON, {
270
- readonly code: 300;
271
- readonly ignoreComments: true;
272
- readonly ignoreTrailingComments: true;
273
- readonly ignoreUrls: true;
274
- readonly ignoreStrings: true;
275
- readonly ignoreTemplateLiterals: true;
276
- readonly ignoreRegExpLiterals: true;
277
- }];
278
- readonly "stylistic/max-statements-per-line": State.ON;
279
- readonly "stylistic/member-delimiter-style": State.ON;
280
- readonly "stylistic/multiline-ternary": readonly [State.ON, "always-multiline"];
281
- readonly "stylistic/newline-per-chained-call": State.ON;
282
- readonly "stylistic/no-extra-parens": State.ON;
283
- readonly "stylistic/no-extra-semi": State.ON;
284
- readonly "stylistic/no-floating-decimal": State.ON;
285
- readonly "stylistic/no-mixed-spaces-and-tabs": State.ON;
286
- readonly "stylistic/no-multi-spaces": readonly [State.ON, {
287
- readonly exceptions: {
288
- readonly Property: false;
289
- readonly ImportAttributes: false;
290
- };
291
- }];
292
- readonly "stylistic/no-multiple-empty-lines": readonly [State.ON, {
293
- readonly max: 1;
294
- readonly maxBOF: 0;
295
- readonly maxEOF: 0;
296
- }];
297
- readonly "stylistic/no-tabs": State.ON;
298
- readonly "stylistic/no-trailing-spaces": State.ON;
299
- readonly "stylistic/no-whitespace-before-property": State.ON;
300
- readonly "stylistic/nonblock-statement-body-position": readonly [State.ON, "below"];
301
- readonly "stylistic/object-curly-newline": readonly [State.ON, {
302
- readonly consistent: true;
303
- readonly multiline: true;
304
- readonly minProperties: 3;
305
- }];
306
- readonly "stylistic/object-curly-spacing": readonly [State.ON, "always", {
307
- readonly emptyObjects: "never";
308
- }];
309
- readonly "stylistic/object-property-newline": State.ON;
310
- readonly "stylistic/one-var-declaration-per-line": readonly [State.ON, "always"];
311
- readonly "stylistic/operator-linebreak": readonly [State.ON, "before"];
312
- readonly "stylistic/padded-blocks": readonly [State.ON, "never", {
313
- readonly allowSingleLineBlocks: true;
314
- }];
315
- readonly "stylistic/quote-props": readonly [State.ON, "as-needed", {
316
- readonly keywords: true;
317
- }];
318
- readonly "stylistic/quotes": readonly [State.ON, "double", {
319
- readonly avoidEscape: true;
320
- readonly allowTemplateLiterals: "always";
321
- }];
322
- readonly "stylistic/rest-spread-spacing": State.ON;
323
- readonly "stylistic/semi": State.ON;
324
- readonly "stylistic/semi-spacing": State.ON;
325
- readonly "stylistic/semi-style": State.ON;
326
- readonly "stylistic/space-before-blocks": State.ON;
327
- readonly "stylistic/space-before-function-paren": readonly [State.ON, {
328
- readonly named: "never";
329
- }];
330
- readonly "stylistic/space-in-parens": State.ON;
331
- readonly "stylistic/space-infix-ops": State.ON;
332
- readonly "stylistic/space-unary-ops": State.ON;
333
- readonly "stylistic/spaced-comment": readonly [State.ON, "always", {
334
- readonly line: {
335
- readonly exceptions: readonly ["/", "-", "+", "="];
336
- readonly markers: readonly ["!", "@", "#", "/", "#region", "#endregion", "#part", "/#region", "/#endregion", "/#part"];
337
- };
338
- readonly block: {
339
- readonly exceptions: readonly ["*"];
340
- readonly markers: readonly ["*"];
341
- readonly balanced: true;
342
- };
343
- }];
344
- readonly "stylistic/switch-colon-spacing": State.ON;
345
- readonly "stylistic/template-curly-spacing": State.ON;
346
- readonly "stylistic/template-tag-spacing": State.ON;
347
- readonly "stylistic/type-annotation-spacing": readonly [State.ON, {
348
- readonly before: true;
349
- readonly after: true;
350
- readonly overrides: {
351
- readonly colon: {
352
- readonly before: false;
353
- readonly after: true;
309
+ readonly "stylistic/array-bracket-newline": import("./state.js").State.ON;
310
+ readonly "stylistic/array-bracket-spacing": import("./state.js").State.ON;
311
+ readonly "stylistic/array-element-newline": readonly [
312
+ import("./state.js").State.ON,
313
+ {
314
+ readonly consistent: true;
315
+ readonly multiline: true;
316
+ readonly minItems: 3;
317
+ }
318
+ ];
319
+ readonly "stylistic/arrow-parens": readonly [
320
+ import("./state.js").State.ON,
321
+ "as-needed"
322
+ ];
323
+ readonly "stylistic/arrow-spacing": import("./state.js").State.ON;
324
+ readonly "stylistic/block-spacing": import("./state.js").State.ON;
325
+ readonly "stylistic/brace-style": readonly [
326
+ import("./state.js").State.ON,
327
+ "stroustrup",
328
+ {
329
+ readonly allowSingleLine: true;
330
+ }
331
+ ];
332
+ readonly "stylistic/comma-dangle": readonly [
333
+ import("./state.js").State.ON,
334
+ "always-multiline"
335
+ ];
336
+ readonly "stylistic/comma-spacing": import("./state.js").State.ON;
337
+ readonly "stylistic/comma-style": import("./state.js").State.ON;
338
+ readonly "stylistic/computed-property-spacing": import("./state.js").State.ON;
339
+ readonly "stylistic/curly-newline": import("./state.js").State.ON;
340
+ readonly "stylistic/dot-location": readonly [
341
+ import("./state.js").State.ON,
342
+ "property"
343
+ ];
344
+ readonly "stylistic/eol-last": import("./state.js").State.ON;
345
+ readonly "stylistic/function-call-argument-newline": readonly [
346
+ import("./state.js").State.ON,
347
+ "consistent"
348
+ ];
349
+ readonly "stylistic/function-call-spacing": import("./state.js").State.ON;
350
+ readonly "stylistic/function-paren-newline": readonly [
351
+ import("./state.js").State.ON,
352
+ "multiline-arguments"
353
+ ];
354
+ readonly "stylistic/generator-star-spacing": import("./state.js").State.ON;
355
+ readonly "stylistic/implicit-arrow-linebreak": import("./state.js").State.ON;
356
+ readonly "stylistic/indent": readonly [
357
+ import("./state.js").State.ON,
358
+ 2,
359
+ {
360
+ readonly assignmentOperator: 0;
361
+ readonly VariableDeclarator: {
362
+ readonly var: 0;
363
+ readonly let: 0;
364
+ readonly const: 0;
365
+ };
366
+ readonly outerIIFEBody: 0;
367
+ readonly offsetTernaryExpressions: true;
368
+ }
369
+ ];
370
+ readonly "stylistic/indent-binary-ops": readonly [
371
+ import("./state.js").State.ON,
372
+ 2
373
+ ];
374
+ readonly "stylistic/key-spacing": import("./state.js").State.ON;
375
+ readonly "stylistic/keyword-spacing": import("./state.js").State.ON;
376
+ readonly "stylistic/lines-between-class-members": readonly [
377
+ import("./state.js").State.ON,
378
+ {
379
+ readonly enforce: readonly [
380
+ {
381
+ readonly prev: "field";
382
+ readonly next: "field";
383
+ readonly blankLine: "never";
384
+ },
385
+ {
386
+ readonly prev: "field";
387
+ readonly next: "method";
388
+ readonly blankLine: "always";
389
+ },
390
+ {
391
+ readonly prev: "method";
392
+ readonly next: "*";
393
+ readonly blankLine: "always";
394
+ }
395
+ ];
396
+ }
397
+ ];
398
+ readonly "stylistic/max-len": readonly [
399
+ import("./state.js").State.ON,
400
+ {
401
+ readonly code: 300;
402
+ readonly ignoreComments: true;
403
+ readonly ignoreTrailingComments: true;
404
+ readonly ignoreUrls: true;
405
+ readonly ignoreStrings: true;
406
+ readonly ignoreTemplateLiterals: true;
407
+ readonly ignoreRegExpLiterals: true;
408
+ }
409
+ ];
410
+ readonly "stylistic/max-statements-per-line": import("./state.js").State.ON;
411
+ readonly "stylistic/member-delimiter-style": import("./state.js").State.ON;
412
+ readonly "stylistic/multiline-ternary": readonly [
413
+ import("./state.js").State.ON,
414
+ "always-multiline"
415
+ ];
416
+ readonly "stylistic/newline-per-chained-call": import("./state.js").State.ON;
417
+ readonly "stylistic/no-extra-parens": import("./state.js").State.ON;
418
+ readonly "stylistic/no-extra-semi": import("./state.js").State.ON;
419
+ readonly "stylistic/no-floating-decimal": import("./state.js").State.ON;
420
+ readonly "stylistic/no-mixed-spaces-and-tabs": import("./state.js").State.ON;
421
+ readonly "stylistic/no-multi-spaces": readonly [
422
+ import("./state.js").State.ON,
423
+ {
424
+ readonly exceptions: {
425
+ readonly Property: false;
426
+ readonly ImportAttributes: false;
427
+ };
428
+ }
429
+ ];
430
+ readonly "stylistic/no-multiple-empty-lines": readonly [
431
+ import("./state.js").State.ON,
432
+ {
433
+ readonly max: 1;
434
+ readonly maxBOF: 0;
435
+ readonly maxEOF: 0;
436
+ }
437
+ ];
438
+ readonly "stylistic/no-tabs": import("./state.js").State.ON;
439
+ readonly "stylistic/no-trailing-spaces": import("./state.js").State.ON;
440
+ readonly "stylistic/no-whitespace-before-property": import("./state.js").State.ON;
441
+ readonly "stylistic/nonblock-statement-body-position": readonly [
442
+ import("./state.js").State.ON,
443
+ "below"
444
+ ];
445
+ readonly "stylistic/object-curly-newline": readonly [
446
+ import("./state.js").State.ON,
447
+ {
448
+ readonly consistent: true;
449
+ readonly multiline: true;
450
+ readonly minProperties: 3;
451
+ }
452
+ ];
453
+ readonly "stylistic/object-curly-spacing": readonly [
454
+ import("./state.js").State.ON,
455
+ "always",
456
+ {
457
+ readonly emptyObjects: "never";
458
+ }
459
+ ];
460
+ readonly "stylistic/object-property-newline": import("./state.js").State.ON;
461
+ readonly "stylistic/one-var-declaration-per-line": readonly [
462
+ import("./state.js").State.ON,
463
+ "always"
464
+ ];
465
+ readonly "stylistic/operator-linebreak": readonly [
466
+ import("./state.js").State.ON,
467
+ "before"
468
+ ];
469
+ readonly "stylistic/padded-blocks": readonly [
470
+ import("./state.js").State.ON,
471
+ "never",
472
+ {
473
+ readonly allowSingleLineBlocks: true;
474
+ }
475
+ ];
476
+ readonly "stylistic/quote-props": readonly [
477
+ import("./state.js").State.ON,
478
+ "as-needed",
479
+ {
480
+ readonly keywords: true;
481
+ }
482
+ ];
483
+ readonly "stylistic/quotes": readonly [
484
+ import("./state.js").State.ON,
485
+ "double",
486
+ {
487
+ readonly avoidEscape: true;
488
+ readonly allowTemplateLiterals: "always";
489
+ }
490
+ ];
491
+ readonly "stylistic/rest-spread-spacing": import("./state.js").State.ON;
492
+ readonly "stylistic/semi": import("./state.js").State.ON;
493
+ readonly "stylistic/semi-spacing": import("./state.js").State.ON;
494
+ readonly "stylistic/semi-style": import("./state.js").State.ON;
495
+ readonly "stylistic/space-before-blocks": import("./state.js").State.ON;
496
+ readonly "stylistic/space-before-function-paren": readonly [
497
+ import("./state.js").State.ON,
498
+ {
499
+ readonly named: "never";
500
+ }
501
+ ];
502
+ readonly "stylistic/space-in-parens": import("./state.js").State.ON;
503
+ readonly "stylistic/space-infix-ops": import("./state.js").State.ON;
504
+ readonly "stylistic/space-unary-ops": import("./state.js").State.ON;
505
+ readonly "stylistic/spaced-comment": readonly [
506
+ import("./state.js").State.ON,
507
+ "always",
508
+ {
509
+ readonly line: {
510
+ readonly exceptions: readonly [
511
+ "/",
512
+ "-",
513
+ "+",
514
+ "="
515
+ ];
516
+ readonly markers: readonly [
517
+ "!",
518
+ "@",
519
+ "#",
520
+ "/",
521
+ "#region",
522
+ "#endregion",
523
+ "#part",
524
+ "/#region",
525
+ "/#endregion",
526
+ "/#part"
527
+ ];
528
+ };
529
+ readonly block: {
530
+ readonly exceptions: readonly [
531
+ "*"
532
+ ];
533
+ readonly markers: readonly [
534
+ "*"
535
+ ];
536
+ readonly balanced: true;
354
537
  };
355
- };
356
- }];
357
- readonly "stylistic/type-generic-spacing": State.ON;
358
- readonly "stylistic/type-named-tuple-spacing": State.ON;
359
- readonly "stylistic/wrap-iife": readonly [State.ON, "inside", {
360
- readonly functionPrototypeMethods: true;
361
- }];
362
- readonly "stylistic/wrap-regex": State.ON;
363
- readonly "stylistic/yield-star-spacing": State.ON;
538
+ }
539
+ ];
540
+ readonly "stylistic/switch-colon-spacing": import("./state.js").State.ON;
541
+ readonly "stylistic/template-curly-spacing": import("./state.js").State.ON;
542
+ readonly "stylistic/template-tag-spacing": import("./state.js").State.ON;
543
+ readonly "stylistic/type-annotation-spacing": readonly [
544
+ import("./state.js").State.ON,
545
+ {
546
+ readonly before: true;
547
+ readonly after: true;
548
+ readonly overrides: {
549
+ readonly colon: {
550
+ readonly before: false;
551
+ readonly after: true;
552
+ };
553
+ };
554
+ }
555
+ ];
556
+ readonly "stylistic/type-generic-spacing": import("./state.js").State.ON;
557
+ readonly "stylistic/type-named-tuple-spacing": import("./state.js").State.ON;
558
+ readonly "stylistic/wrap-iife": readonly [
559
+ import("./state.js").State.ON,
560
+ "inside",
561
+ {
562
+ readonly functionPrototypeMethods: true;
563
+ }
564
+ ];
565
+ readonly "stylistic/wrap-regex": import("./state.js").State.ON;
566
+ readonly "stylistic/yield-star-spacing": import("./state.js").State.ON;
364
567
  };
365
568
  })[];
366
569
  ts: ({
367
570
  rules: {
368
- readonly "consistent-return": State.OFF;
369
- readonly "constructor-super": State.OFF;
370
- readonly "getter-return": State.OFF;
371
- readonly "no-class-assign": State.OFF;
372
- readonly "no-const-assign": State.OFF;
373
- readonly "no-dupe-args": State.OFF;
374
- readonly "no-dupe-class-members": State.OFF;
375
- readonly "no-dupe-keys": State.OFF;
376
- readonly "no-func-assign": State.OFF;
377
- readonly "no-import-assign": State.OFF;
378
- readonly "no-invalid-this": State.OFF;
379
- readonly "no-new-native-nonconstructor": State.OFF;
380
- readonly "no-obj-calls": State.OFF;
381
- readonly "no-redeclare": State.OFF;
382
- readonly "no-setter-return": State.OFF;
383
- readonly "no-this-before-super": State.OFF;
384
- readonly "no-undef": State.OFF;
385
- readonly "no-unreachable": State.OFF;
386
- readonly "no-unsafe-negation": State.OFF;
571
+ readonly "consistent-return": import("./state.js").State.OFF;
572
+ readonly "constructor-super": import("./state.js").State.OFF;
573
+ readonly "getter-return": import("./state.js").State.OFF;
574
+ readonly "no-class-assign": import("./state.js").State.OFF;
575
+ readonly "no-const-assign": import("./state.js").State.OFF;
576
+ readonly "no-dupe-args": import("./state.js").State.OFF;
577
+ readonly "no-dupe-class-members": import("./state.js").State.OFF;
578
+ readonly "no-dupe-keys": import("./state.js").State.OFF;
579
+ readonly "no-func-assign": import("./state.js").State.OFF;
580
+ readonly "no-import-assign": import("./state.js").State.OFF;
581
+ readonly "no-invalid-this": import("./state.js").State.OFF;
582
+ readonly "no-new-native-nonconstructor": import("./state.js").State.OFF;
583
+ readonly "no-obj-calls": import("./state.js").State.OFF;
584
+ readonly "no-redeclare": import("./state.js").State.OFF;
585
+ readonly "no-setter-return": import("./state.js").State.OFF;
586
+ readonly "no-this-before-super": import("./state.js").State.OFF;
587
+ readonly "no-undef": import("./state.js").State.OFF;
588
+ readonly "no-unreachable": import("./state.js").State.OFF;
589
+ readonly "no-unsafe-negation": import("./state.js").State.OFF;
387
590
  };
388
591
  } | {
389
592
  rules: {
390
- readonly "ts/await-thenable": State.ON;
391
- readonly "ts/ban-ts-comment": State.ON;
392
- readonly "ts/ban-tslint-comment": State.ON;
393
- readonly "ts/class-literal-property-style": State.ON;
394
- readonly "ts/consistent-generic-constructors": State.ON;
395
- readonly "ts/consistent-type-assertions": readonly [State.ON, {
396
- readonly arrayLiteralTypeAssertions: "never";
397
- readonly objectLiteralTypeAssertions: "never";
398
- }];
399
- readonly "ts/consistent-type-exports": State.ON;
400
- readonly "ts/consistent-type-imports": State.ON;
401
- readonly "ts/explicit-member-accessibility": readonly [State.ON, {
402
- readonly overrides: {
403
- readonly constructors: "no-public";
404
- };
405
- }];
406
- readonly "ts/member-ordering": readonly [State.ON, {
407
- readonly default: {
408
- readonly optionalityOrder: "required-first";
409
- };
410
- }];
411
- readonly "ts/method-signature-style": State.ON;
412
- readonly "ts/no-array-delete": State.ON;
413
- readonly "ts/no-base-to-string": State.ON;
414
- readonly "ts/no-confusing-non-null-assertion": State.ON;
415
- readonly "ts/no-confusing-void-expression": State.ON;
416
- readonly "ts/no-duplicate-enum-values": State.ON;
417
- readonly "ts/no-duplicate-type-constituents": State.ON;
418
- readonly "ts/no-dynamic-delete": State.ON;
419
- readonly "ts/no-empty-object-type": State.ON;
420
- readonly "ts/no-explicit-any": readonly [State.ON, {
421
- readonly fixToUnknown: true;
422
- }];
423
- readonly "ts/no-extra-non-null-assertion": State.ON;
424
- readonly "ts/no-extraneous-class": readonly [State.ON, {
425
- readonly allowEmpty: true;
426
- }];
427
- readonly "ts/no-floating-promises": readonly [State.ON, {
428
- readonly checkThenables: true;
429
- }];
430
- readonly "ts/no-for-in-array": State.ON;
431
- readonly "ts/no-import-type-side-effects": State.ON;
432
- readonly "ts/no-inferrable-types": State.ON;
433
- readonly "ts/no-meaningless-void-operator": readonly [State.ON, {
434
- readonly checkNever: true;
435
- }];
436
- readonly "ts/no-misused-new": State.ON;
437
- readonly "ts/no-misused-promises": State.ON;
438
- readonly "ts/no-misused-spread": State.ON;
439
- readonly "ts/no-mixed-enums": State.ON;
440
- readonly "ts/no-non-null-asserted-nullish-coalescing": State.ON;
441
- readonly "ts/no-non-null-asserted-optional-chain": State.ON;
442
- readonly "ts/no-redundant-type-constituents": State.ON;
443
- readonly "ts/no-require-imports": State.ON;
444
- readonly "ts/no-this-alias": State.ON;
445
- readonly "ts/no-unnecessary-boolean-literal-compare": State.ON;
446
- readonly "ts/no-unnecessary-condition": State.ON;
447
- readonly "ts/no-unnecessary-parameter-property-assignment": State.ON;
448
- readonly "ts/no-unnecessary-qualifier": State.ON;
449
- readonly "ts/no-unnecessary-template-expression": State.ON;
450
- readonly "ts/no-unnecessary-type-arguments": State.ON;
451
- readonly "ts/no-unnecessary-type-assertion": State.ON;
452
- readonly "ts/no-unnecessary-type-constraint": State.ON;
453
- readonly "ts/no-unnecessary-type-conversion": State.ON;
454
- readonly "ts/no-unnecessary-type-parameters": State.ON;
455
- readonly "ts/no-unsafe-argument": State.ON;
456
- readonly "ts/no-unsafe-assignment": State.ON;
457
- readonly "ts/no-unsafe-call": State.ON;
458
- readonly "ts/no-unsafe-declaration-merging": State.ON;
459
- readonly "ts/no-unsafe-enum-comparison": State.ON;
460
- readonly "ts/no-unsafe-function-type": State.ON;
461
- readonly "ts/no-unsafe-member-access": readonly [State.ON, {
462
- readonly allowOptionalChaining: true;
463
- }];
464
- readonly "ts/no-unsafe-return": State.ON;
465
- readonly "ts/no-unsafe-unary-minus": State.ON;
466
- readonly "ts/no-useless-empty-export": State.ON;
467
- readonly "ts/no-wrapper-object-types": State.ON;
468
- readonly "ts/parameter-properties": readonly [State.ON, {
469
- readonly prefer: "parameter-property";
470
- }];
471
- readonly "ts/prefer-as-const": State.ON;
472
- readonly "ts/prefer-find": State.ON;
473
- readonly "ts/prefer-for-of": State.ON;
474
- readonly "ts/prefer-function-type": State.ON;
475
- readonly "ts/prefer-includes": State.ON;
476
- readonly "ts/prefer-literal-enum-member": State.ON;
477
- readonly "ts/prefer-namespace-keyword": State.ON;
478
- readonly "ts/prefer-nullish-coalescing": State.ON;
479
- readonly "ts/prefer-optional-chain": State.ON;
480
- readonly "ts/prefer-readonly": State.ON;
481
- readonly "ts/prefer-reduce-type-parameter": State.ON;
482
- readonly "ts/prefer-regexp-exec": State.ON;
483
- readonly "ts/prefer-return-this-type": State.ON;
484
- readonly "ts/prefer-string-starts-ends-with": State.ON;
485
- readonly "ts/promise-function-async": State.ON;
486
- readonly "ts/related-getter-setter-pairs": State.ON;
487
- readonly "ts/require-array-sort-compare": State.ON;
488
- readonly "ts/restrict-plus-operands": readonly [State.ON, {
489
- readonly allowAny: false;
490
- readonly allowBoolean: false;
491
- readonly allowNullish: false;
492
- readonly allowNumberAndString: false;
493
- readonly allowRegExp: false;
494
- }];
495
- readonly "ts/restrict-template-expressions": readonly [State.ON, {
496
- readonly allowNullish: false;
497
- readonly allowNever: false;
498
- readonly allowRegExp: false;
499
- }];
500
- readonly "ts/return-await": State.ON;
501
- readonly "ts/strict-boolean-expressions": readonly [State.ON, {
502
- readonly allowNullableObject: false;
503
- readonly allowString: false;
504
- }];
505
- readonly "ts/switch-exhaustiveness-check": readonly [State.ON, {
506
- readonly requireDefaultForNonUnion: true;
507
- readonly considerDefaultExhaustiveForUnions: true;
508
- }];
509
- readonly "ts/unbound-method": State.ON;
510
- readonly "ts/use-unknown-in-catch-callback-variable": State.ON;
593
+ readonly "ts/await-thenable": import("./state.js").State.ON;
594
+ readonly "ts/ban-ts-comment": import("./state.js").State.ON;
595
+ readonly "ts/ban-tslint-comment": import("./state.js").State.ON;
596
+ readonly "ts/class-literal-property-style": import("./state.js").State.ON;
597
+ readonly "ts/consistent-generic-constructors": import("./state.js").State.ON;
598
+ readonly "ts/consistent-type-assertions": readonly [
599
+ import("./state.js").State.ON,
600
+ {
601
+ readonly arrayLiteralTypeAssertions: "never";
602
+ readonly objectLiteralTypeAssertions: "never";
603
+ }
604
+ ];
605
+ readonly "ts/consistent-type-exports": import("./state.js").State.ON;
606
+ readonly "ts/consistent-type-imports": import("./state.js").State.ON;
607
+ readonly "ts/explicit-member-accessibility": readonly [
608
+ import("./state.js").State.ON,
609
+ {
610
+ readonly overrides: {
611
+ readonly constructors: "no-public";
612
+ };
613
+ }
614
+ ];
615
+ readonly "ts/member-ordering": readonly [
616
+ import("./state.js").State.ON,
617
+ {
618
+ readonly default: {
619
+ readonly optionalityOrder: "required-first";
620
+ };
621
+ }
622
+ ];
623
+ readonly "ts/method-signature-style": import("./state.js").State.ON;
624
+ readonly "ts/no-array-delete": import("./state.js").State.ON;
625
+ readonly "ts/no-base-to-string": import("./state.js").State.ON;
626
+ readonly "ts/no-confusing-non-null-assertion": import("./state.js").State.ON;
627
+ readonly "ts/no-confusing-void-expression": import("./state.js").State.ON;
628
+ readonly "ts/no-duplicate-enum-values": import("./state.js").State.ON;
629
+ readonly "ts/no-duplicate-type-constituents": import("./state.js").State.ON;
630
+ readonly "ts/no-dynamic-delete": import("./state.js").State.ON;
631
+ readonly "ts/no-empty-object-type": import("./state.js").State.ON;
632
+ readonly "ts/no-explicit-any": readonly [
633
+ import("./state.js").State.ON,
634
+ {
635
+ readonly fixToUnknown: true;
636
+ }
637
+ ];
638
+ readonly "ts/no-extra-non-null-assertion": import("./state.js").State.ON;
639
+ readonly "ts/no-extraneous-class": readonly [
640
+ import("./state.js").State.ON,
641
+ {
642
+ readonly allowEmpty: true;
643
+ }
644
+ ];
645
+ readonly "ts/no-floating-promises": readonly [
646
+ import("./state.js").State.ON,
647
+ {
648
+ readonly checkThenables: true;
649
+ }
650
+ ];
651
+ readonly "ts/no-for-in-array": import("./state.js").State.ON;
652
+ readonly "ts/no-import-type-side-effects": import("./state.js").State.ON;
653
+ readonly "ts/no-inferrable-types": import("./state.js").State.ON;
654
+ readonly "ts/no-meaningless-void-operator": readonly [
655
+ import("./state.js").State.ON,
656
+ {
657
+ readonly checkNever: true;
658
+ }
659
+ ];
660
+ readonly "ts/no-misused-new": import("./state.js").State.ON;
661
+ readonly "ts/no-misused-promises": import("./state.js").State.ON;
662
+ readonly "ts/no-misused-spread": import("./state.js").State.ON;
663
+ readonly "ts/no-mixed-enums": import("./state.js").State.ON;
664
+ readonly "ts/no-non-null-asserted-nullish-coalescing": import("./state.js").State.ON;
665
+ readonly "ts/no-non-null-asserted-optional-chain": import("./state.js").State.ON;
666
+ readonly "ts/no-redundant-type-constituents": import("./state.js").State.ON;
667
+ readonly "ts/no-require-imports": import("./state.js").State.ON;
668
+ readonly "ts/no-this-alias": import("./state.js").State.ON;
669
+ readonly "ts/no-unnecessary-boolean-literal-compare": import("./state.js").State.ON;
670
+ readonly "ts/no-unnecessary-condition": import("./state.js").State.ON;
671
+ readonly "ts/no-unnecessary-parameter-property-assignment": import("./state.js").State.ON;
672
+ readonly "ts/no-unnecessary-qualifier": import("./state.js").State.ON;
673
+ readonly "ts/no-unnecessary-template-expression": import("./state.js").State.ON;
674
+ readonly "ts/no-unnecessary-type-arguments": import("./state.js").State.ON;
675
+ readonly "ts/no-unnecessary-type-assertion": import("./state.js").State.ON;
676
+ readonly "ts/no-unnecessary-type-constraint": import("./state.js").State.ON;
677
+ readonly "ts/no-unnecessary-type-conversion": import("./state.js").State.ON;
678
+ readonly "ts/no-unnecessary-type-parameters": import("./state.js").State.ON;
679
+ readonly "ts/no-unsafe-argument": import("./state.js").State.ON;
680
+ readonly "ts/no-unsafe-assignment": import("./state.js").State.ON;
681
+ readonly "ts/no-unsafe-call": import("./state.js").State.ON;
682
+ readonly "ts/no-unsafe-declaration-merging": import("./state.js").State.ON;
683
+ readonly "ts/no-unsafe-enum-comparison": import("./state.js").State.ON;
684
+ readonly "ts/no-unsafe-function-type": import("./state.js").State.ON;
685
+ readonly "ts/no-unsafe-member-access": readonly [
686
+ import("./state.js").State.ON,
687
+ {
688
+ readonly allowOptionalChaining: true;
689
+ }
690
+ ];
691
+ readonly "ts/no-unsafe-return": import("./state.js").State.ON;
692
+ readonly "ts/no-unsafe-unary-minus": import("./state.js").State.ON;
693
+ readonly "ts/no-useless-empty-export": import("./state.js").State.ON;
694
+ readonly "ts/no-wrapper-object-types": import("./state.js").State.ON;
695
+ readonly "ts/parameter-properties": readonly [
696
+ import("./state.js").State.ON,
697
+ {
698
+ readonly prefer: "parameter-property";
699
+ }
700
+ ];
701
+ readonly "ts/prefer-as-const": import("./state.js").State.ON;
702
+ readonly "ts/prefer-find": import("./state.js").State.ON;
703
+ readonly "ts/prefer-for-of": import("./state.js").State.ON;
704
+ readonly "ts/prefer-function-type": import("./state.js").State.ON;
705
+ readonly "ts/prefer-includes": import("./state.js").State.ON;
706
+ readonly "ts/prefer-literal-enum-member": import("./state.js").State.ON;
707
+ readonly "ts/prefer-namespace-keyword": import("./state.js").State.ON;
708
+ readonly "ts/prefer-nullish-coalescing": import("./state.js").State.ON;
709
+ readonly "ts/prefer-optional-chain": import("./state.js").State.ON;
710
+ readonly "ts/prefer-readonly": import("./state.js").State.ON;
711
+ readonly "ts/prefer-reduce-type-parameter": import("./state.js").State.ON;
712
+ readonly "ts/prefer-regexp-exec": import("./state.js").State.ON;
713
+ readonly "ts/prefer-return-this-type": import("./state.js").State.ON;
714
+ readonly "ts/prefer-string-starts-ends-with": import("./state.js").State.ON;
715
+ readonly "ts/promise-function-async": import("./state.js").State.ON;
716
+ readonly "ts/related-getter-setter-pairs": import("./state.js").State.ON;
717
+ readonly "ts/require-array-sort-compare": import("./state.js").State.ON;
718
+ readonly "ts/restrict-plus-operands": readonly [
719
+ import("./state.js").State.ON,
720
+ {
721
+ readonly allowAny: false;
722
+ readonly allowBoolean: false;
723
+ readonly allowNullish: false;
724
+ readonly allowNumberAndString: false;
725
+ readonly allowRegExp: false;
726
+ }
727
+ ];
728
+ readonly "ts/restrict-template-expressions": readonly [
729
+ import("./state.js").State.ON,
730
+ {
731
+ readonly allowNullish: false;
732
+ readonly allowNever: false;
733
+ readonly allowRegExp: false;
734
+ }
735
+ ];
736
+ readonly "ts/return-await": import("./state.js").State.ON;
737
+ readonly "ts/strict-boolean-expressions": readonly [
738
+ import("./state.js").State.ON,
739
+ {
740
+ readonly allowNullableObject: false;
741
+ readonly allowString: false;
742
+ }
743
+ ];
744
+ readonly "ts/switch-exhaustiveness-check": readonly [
745
+ import("./state.js").State.ON,
746
+ {
747
+ readonly requireDefaultForNonUnion: true;
748
+ readonly considerDefaultExhaustiveForUnions: true;
749
+ }
750
+ ];
751
+ readonly "ts/unbound-method": import("./state.js").State.ON;
752
+ readonly "ts/use-unknown-in-catch-callback-variable": import("./state.js").State.ON;
511
753
  };
512
754
  } | {
513
755
  rules: {
514
- readonly "dot-notation": State.OFF;
515
- readonly "ts/dot-notation": readonly [State.ON, {
516
- readonly allowPrivateClassPropertyAccess: true;
517
- readonly allowProtectedClassPropertyAccess: true;
518
- readonly allowIndexSignaturePropertyAccess: true;
519
- }];
520
- readonly "no-implied-eval": State.OFF;
521
- readonly "ts/no-implied-eval": State.ON;
522
- readonly "no-restricted-imports": State.OFF;
523
- readonly "no-unused-vars": State.OFF;
524
- readonly "ts/no-unused-vars": State.ON;
525
- readonly "no-throw-literal": State.OFF;
526
- readonly "ts/only-throw-error": readonly [State.ON, {
527
- readonly allowThrowingAny: false;
528
- }];
529
- readonly "prefer-destructuring": State.OFF;
530
- readonly "ts/prefer-destructuring": readonly [State.ON, {
531
- readonly AssignmentExpression: {
532
- readonly array: false;
533
- readonly object: false;
534
- };
535
- }];
536
- readonly "prefer-promise-reject-errors": State.OFF;
537
- readonly "ts/prefer-promise-reject-errors": readonly [State.ON, {
538
- readonly allowThrowingUnknown: true;
539
- }];
540
- readonly "require-await": State.OFF;
541
- readonly "ts/require-await": State.ON;
756
+ readonly "dot-notation": import("./state.js").State.OFF;
757
+ readonly "ts/dot-notation": readonly [
758
+ import("./state.js").State.ON,
759
+ {
760
+ readonly allowPrivateClassPropertyAccess: true;
761
+ readonly allowProtectedClassPropertyAccess: true;
762
+ readonly allowIndexSignaturePropertyAccess: true;
763
+ }
764
+ ];
765
+ readonly "no-implied-eval": import("./state.js").State.OFF;
766
+ readonly "ts/no-implied-eval": import("./state.js").State.ON;
767
+ readonly "no-restricted-imports": import("./state.js").State.OFF;
768
+ readonly "no-unused-vars": import("./state.js").State.OFF;
769
+ readonly "ts/no-unused-vars": import("./state.js").State.ON;
770
+ readonly "no-throw-literal": import("./state.js").State.OFF;
771
+ readonly "ts/only-throw-error": readonly [
772
+ import("./state.js").State.ON,
773
+ {
774
+ readonly allowThrowingAny: false;
775
+ }
776
+ ];
777
+ readonly "prefer-destructuring": import("./state.js").State.OFF;
778
+ readonly "ts/prefer-destructuring": readonly [
779
+ import("./state.js").State.ON,
780
+ {
781
+ readonly AssignmentExpression: {
782
+ readonly array: false;
783
+ readonly object: false;
784
+ };
785
+ }
786
+ ];
787
+ readonly "prefer-promise-reject-errors": import("./state.js").State.OFF;
788
+ readonly "ts/prefer-promise-reject-errors": readonly [
789
+ import("./state.js").State.ON,
790
+ {
791
+ readonly allowThrowingUnknown: true;
792
+ }
793
+ ];
794
+ readonly "require-await": import("./state.js").State.OFF;
795
+ readonly "ts/require-await": import("./state.js").State.ON;
542
796
  };
543
797
  })[];
544
798
  mocha: ({
545
799
  rules: {
546
- readonly "mocha/handle-done-callback": State.ON;
547
- readonly "mocha/max-top-level-suites": State.ON;
548
- readonly "mocha/no-async-suite": State.ON;
549
- readonly "mocha/no-empty-title": State.ON;
550
- readonly "mocha/no-exclusive-tests": State.ON;
551
- readonly "mocha/no-exports": State.ON;
552
- readonly "mocha/no-global-tests": State.ON;
553
- readonly "mocha/no-identical-title": State.ON;
554
- readonly "mocha/no-mocha-arrows": State.ON;
555
- readonly "mocha/no-nested-tests": State.ON;
556
- readonly "mocha/no-pending-tests": State.ON;
557
- readonly "mocha/no-return-and-callback": State.ON;
558
- readonly "mocha/no-return-from-async": State.ON;
559
- readonly "mocha/no-sibling-hooks": State.ON;
560
- readonly "mocha/no-top-level-hooks": State.ON;
561
- readonly "prefer-arrow-callback": State.OFF;
562
- readonly "mocha/prefer-arrow-callback": State.ON;
800
+ readonly "mocha/handle-done-callback": import("./state.js").State.ON;
801
+ readonly "mocha/max-top-level-suites": import("./state.js").State.ON;
802
+ readonly "mocha/no-async-suite": import("./state.js").State.ON;
803
+ readonly "mocha/no-empty-title": import("./state.js").State.ON;
804
+ readonly "mocha/no-exclusive-tests": import("./state.js").State.ON;
805
+ readonly "mocha/no-exports": import("./state.js").State.ON;
806
+ readonly "mocha/no-global-tests": import("./state.js").State.ON;
807
+ readonly "mocha/no-identical-title": import("./state.js").State.ON;
808
+ readonly "mocha/no-mocha-arrows": import("./state.js").State.ON;
809
+ readonly "mocha/no-nested-tests": import("./state.js").State.ON;
810
+ readonly "mocha/no-pending-tests": import("./state.js").State.ON;
811
+ readonly "mocha/no-return-and-callback": import("./state.js").State.ON;
812
+ readonly "mocha/no-return-from-async": import("./state.js").State.ON;
813
+ readonly "mocha/no-sibling-hooks": import("./state.js").State.ON;
814
+ readonly "mocha/no-top-level-hooks": import("./state.js").State.ON;
815
+ readonly "prefer-arrow-callback": import("./state.js").State.OFF;
816
+ readonly "mocha/prefer-arrow-callback": import("./state.js").State.ON;
563
817
  };
564
818
  } | {
565
819
  rules: {
566
- readonly "no-unused-expressions": State.OFF;
567
- readonly "chai/no-unused-expressions": readonly [State.ON, {
568
- readonly allowShortCircuit: true;
569
- readonly allowTernary: true;
570
- }];
820
+ readonly "no-unused-expressions": import("./state.js").State.OFF;
821
+ readonly "chai/no-unused-expressions": readonly [
822
+ import("./state.js").State.ON,
823
+ {
824
+ readonly allowShortCircuit: true;
825
+ readonly allowTernary: true;
826
+ }
827
+ ];
571
828
  };
572
829
  } | {
573
830
  rules: {
574
- readonly "chai-expect/no-inner-compare": State.ON;
575
- readonly "chai-expect/no-inner-literal": State.ON;
576
- readonly "chai-expect/missing-assertion": State.ON;
831
+ readonly "chai-expect/no-inner-compare": import("./state.js").State.ON;
832
+ readonly "chai-expect/no-inner-literal": import("./state.js").State.ON;
833
+ readonly "chai-expect/missing-assertion": import("./state.js").State.ON;
577
834
  };
578
835
  })[];
579
836
  svelte: ({
580
837
  rules: {
581
- readonly "no-inner-declarations": State.OFF;
582
- readonly "no-self-assign": State.OFF;
583
- readonly "no-unused-vars": State.OFF;
584
- readonly "ts/no-unused-vars": State.OFF;
585
- readonly "prefer-const": State.OFF;
586
- readonly "stylistic/indent": State.OFF;
587
- readonly "ts/no-confusing-void-expression": State.OFF;
838
+ readonly "no-inner-declarations": import("./state.js").State.OFF;
839
+ readonly "no-self-assign": import("./state.js").State.OFF;
840
+ readonly "no-unused-vars": import("./state.js").State.OFF;
841
+ readonly "ts/no-unused-vars": import("./state.js").State.OFF;
842
+ readonly "prefer-const": import("./state.js").State.OFF;
843
+ readonly "stylistic/indent": import("./state.js").State.OFF;
844
+ readonly "ts/no-confusing-void-expression": import("./state.js").State.OFF;
588
845
  };
589
846
  } | {
590
847
  rules: {
591
- readonly "svelte/infinite-reactive-loop": State.ON;
592
- readonly "svelte/no-dom-manipulating": State.ON;
593
- readonly "svelte/no-dupe-else-if-blocks": State.ON;
594
- readonly "svelte/no-dupe-on-directives": State.ON;
595
- readonly "svelte/no-dupe-style-properties": State.ON;
596
- readonly "svelte/no-dupe-use-directives": State.ON;
597
- readonly "svelte/no-not-function-handler": State.ON;
598
- readonly "svelte/no-object-in-text-mustaches": State.ON;
599
- readonly "svelte/no-raw-special-elements": State.ON;
600
- readonly "svelte/no-reactive-reassign": State.ON;
601
- readonly "svelte/no-shorthand-style-property-overrides": State.ON;
602
- readonly "svelte/no-store-async": State.ON;
603
- readonly "svelte/no-top-level-browser-globals": State.ON;
604
- readonly "svelte/no-unknown-style-directive-property": State.ON;
605
- readonly "svelte/prefer-svelte-reactivity": State.ON;
606
- readonly "svelte/require-store-callbacks-use-set-param": State.ON;
607
- readonly "svelte/require-store-reactive-access": State.ON;
608
- readonly "svelte/valid-compile": State.ON;
609
- readonly "svelte/valid-style-parse": State.ON;
610
- readonly "svelte/no-at-html-tags": State.ON;
611
- readonly "svelte/no-target-blank": State.ON;
612
- readonly "svelte/block-lang": readonly [State.ON, {
613
- readonly script: readonly ["ts"];
614
- readonly style: readonly ["css"];
615
- }];
616
- readonly "svelte/button-has-type": State.ON;
617
- readonly "svelte/no-add-event-listener": State.ON;
618
- readonly "svelte/no-at-debug-tags": State.ON;
619
- readonly "svelte/no-ignored-unsubscribe": State.ON;
620
- readonly "svelte/no-immutable-reactive-statements": State.ON;
621
- readonly "svelte/no-inline-styles": State.ON;
622
- readonly "svelte/no-reactive-functions": State.ON;
623
- readonly "svelte/no-reactive-literals": State.ON;
624
- readonly "svelte/no-svelte-internal": State.ON;
625
- readonly "svelte/no-unnecessary-state-wrap": State.ON;
626
- readonly "svelte/no-unused-props": readonly [State.ON, {
627
- readonly checkImportedTypes: true;
628
- }];
629
- readonly "svelte/no-unused-svelte-ignore": State.ON;
630
- readonly "svelte/no-useless-children-snippet": State.ON;
631
- readonly "svelte/no-useless-mustaches": State.ON;
632
- readonly "svelte/prefer-const": readonly [State.ON, {
633
- readonly destructuring: "all";
634
- }];
635
- readonly "svelte/prefer-destructured-store-props": State.ON;
636
- readonly "svelte/prefer-writable-derived": State.ON;
637
- readonly "svelte/require-each-key": State.ON;
638
- readonly "svelte/require-event-dispatcher-types": State.ON;
639
- readonly "svelte/require-optimized-style-attribute": State.ON;
640
- readonly "svelte/require-stores-init": State.ON;
641
- readonly "svelte/valid-each-key": State.ON;
642
- readonly "svelte/consistent-selector-style": readonly [State.ON, {
643
- readonly checkGlobal: true;
644
- }];
645
- readonly "svelte/derived-has-same-inputs-outputs": State.ON;
646
- readonly "svelte/first-attribute-linebreak": readonly [State.ON, {
647
- readonly singleline: "below";
648
- }];
649
- readonly "svelte/html-closing-bracket-new-line": State.ON;
650
- readonly "svelte/html-closing-bracket-spacing": readonly [State.ON, {
651
- readonly selfClosingTag: "never";
652
- }];
653
- readonly "svelte/html-self-closing": State.ON;
654
- readonly "svelte/indent": State.ON;
655
- readonly "svelte/max-attributes-per-line": State.ON;
656
- readonly "svelte/mustache-spacing": State.ON;
657
- readonly "svelte/no-extra-reactive-curlies": State.ON;
658
- readonly "svelte/no-spaces-around-equal-signs-in-attribute": State.ON;
659
- readonly "svelte/prefer-class-directive": readonly [State.ON, {
660
- readonly prefer: "empty";
661
- }];
662
- readonly "svelte/prefer-style-directive": State.ON;
663
- readonly "svelte/require-event-prefix": State.ON;
664
- readonly "svelte/shorthand-attribute": State.ON;
665
- readonly "svelte/shorthand-directive": State.ON;
666
- readonly "svelte/spaced-html-comment": State.ON;
667
- readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": State.ON;
668
- readonly "svelte/no-navigation-without-resolve": State.ON;
669
- readonly "svelte/valid-prop-names-in-kit-pages": State.ON;
670
- readonly "svelte/comment-directive": State.ON;
671
- readonly "svelte/system": State.ON;
848
+ readonly "svelte/infinite-reactive-loop": import("./state.js").State.ON;
849
+ readonly "svelte/no-dom-manipulating": import("./state.js").State.ON;
850
+ readonly "svelte/no-dupe-else-if-blocks": import("./state.js").State.ON;
851
+ readonly "svelte/no-dupe-on-directives": import("./state.js").State.ON;
852
+ readonly "svelte/no-dupe-style-properties": import("./state.js").State.ON;
853
+ readonly "svelte/no-dupe-use-directives": import("./state.js").State.ON;
854
+ readonly "svelte/no-not-function-handler": import("./state.js").State.ON;
855
+ readonly "svelte/no-object-in-text-mustaches": import("./state.js").State.ON;
856
+ readonly "svelte/no-raw-special-elements": import("./state.js").State.ON;
857
+ readonly "svelte/no-reactive-reassign": import("./state.js").State.ON;
858
+ readonly "svelte/no-shorthand-style-property-overrides": import("./state.js").State.ON;
859
+ readonly "svelte/no-store-async": import("./state.js").State.ON;
860
+ readonly "svelte/no-top-level-browser-globals": import("./state.js").State.ON;
861
+ readonly "svelte/no-unknown-style-directive-property": import("./state.js").State.ON;
862
+ readonly "svelte/prefer-svelte-reactivity": import("./state.js").State.ON;
863
+ readonly "svelte/require-store-callbacks-use-set-param": import("./state.js").State.ON;
864
+ readonly "svelte/require-store-reactive-access": import("./state.js").State.ON;
865
+ readonly "svelte/valid-compile": import("./state.js").State.ON;
866
+ readonly "svelte/valid-style-parse": import("./state.js").State.ON;
867
+ readonly "svelte/no-at-html-tags": import("./state.js").State.ON;
868
+ readonly "svelte/no-target-blank": import("./state.js").State.ON;
869
+ readonly "svelte/block-lang": readonly [
870
+ import("./state.js").State.ON,
871
+ {
872
+ readonly script: readonly [
873
+ "ts"
874
+ ];
875
+ readonly style: readonly [
876
+ "css"
877
+ ];
878
+ }
879
+ ];
880
+ readonly "svelte/button-has-type": import("./state.js").State.ON;
881
+ readonly "svelte/no-add-event-listener": import("./state.js").State.ON;
882
+ readonly "svelte/no-at-debug-tags": import("./state.js").State.ON;
883
+ readonly "svelte/no-ignored-unsubscribe": import("./state.js").State.ON;
884
+ readonly "svelte/no-immutable-reactive-statements": import("./state.js").State.ON;
885
+ readonly "svelte/no-inline-styles": import("./state.js").State.ON;
886
+ readonly "svelte/no-reactive-functions": import("./state.js").State.ON;
887
+ readonly "svelte/no-reactive-literals": import("./state.js").State.ON;
888
+ readonly "svelte/no-svelte-internal": import("./state.js").State.ON;
889
+ readonly "svelte/no-unnecessary-state-wrap": import("./state.js").State.ON;
890
+ readonly "svelte/no-unused-props": readonly [
891
+ import("./state.js").State.ON,
892
+ {
893
+ readonly checkImportedTypes: true;
894
+ }
895
+ ];
896
+ readonly "svelte/no-unused-svelte-ignore": import("./state.js").State.ON;
897
+ readonly "svelte/no-useless-children-snippet": import("./state.js").State.ON;
898
+ readonly "svelte/no-useless-mustaches": import("./state.js").State.ON;
899
+ readonly "svelte/prefer-const": readonly [
900
+ import("./state.js").State.ON,
901
+ {
902
+ readonly destructuring: "all";
903
+ }
904
+ ];
905
+ readonly "svelte/prefer-destructured-store-props": import("./state.js").State.ON;
906
+ readonly "svelte/prefer-writable-derived": import("./state.js").State.ON;
907
+ readonly "svelte/require-each-key": import("./state.js").State.ON;
908
+ readonly "svelte/require-event-dispatcher-types": import("./state.js").State.ON;
909
+ readonly "svelte/require-optimized-style-attribute": import("./state.js").State.ON;
910
+ readonly "svelte/require-stores-init": import("./state.js").State.ON;
911
+ readonly "svelte/valid-each-key": import("./state.js").State.ON;
912
+ readonly "svelte/consistent-selector-style": readonly [
913
+ import("./state.js").State.ON,
914
+ {
915
+ readonly checkGlobal: true;
916
+ }
917
+ ];
918
+ readonly "svelte/derived-has-same-inputs-outputs": import("./state.js").State.ON;
919
+ readonly "svelte/first-attribute-linebreak": readonly [
920
+ import("./state.js").State.ON,
921
+ {
922
+ readonly singleline: "below";
923
+ }
924
+ ];
925
+ readonly "svelte/html-closing-bracket-new-line": import("./state.js").State.ON;
926
+ readonly "svelte/html-closing-bracket-spacing": readonly [
927
+ import("./state.js").State.ON,
928
+ {
929
+ readonly selfClosingTag: "never";
930
+ }
931
+ ];
932
+ readonly "svelte/html-self-closing": import("./state.js").State.ON;
933
+ readonly "svelte/indent": import("./state.js").State.ON;
934
+ readonly "svelte/max-attributes-per-line": import("./state.js").State.ON;
935
+ readonly "svelte/mustache-spacing": import("./state.js").State.ON;
936
+ readonly "svelte/no-extra-reactive-curlies": import("./state.js").State.ON;
937
+ readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("./state.js").State.ON;
938
+ readonly "svelte/prefer-class-directive": readonly [
939
+ import("./state.js").State.ON,
940
+ {
941
+ readonly prefer: "empty";
942
+ }
943
+ ];
944
+ readonly "svelte/prefer-style-directive": import("./state.js").State.ON;
945
+ readonly "svelte/require-event-prefix": import("./state.js").State.ON;
946
+ readonly "svelte/shorthand-attribute": import("./state.js").State.ON;
947
+ readonly "svelte/shorthand-directive": import("./state.js").State.ON;
948
+ readonly "svelte/spaced-html-comment": import("./state.js").State.ON;
949
+ readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./state.js").State.ON;
950
+ readonly "svelte/no-navigation-without-resolve": import("./state.js").State.ON;
951
+ readonly "svelte/valid-prop-names-in-kit-pages": import("./state.js").State.ON;
952
+ readonly "svelte/comment-directive": import("./state.js").State.ON;
953
+ readonly "svelte/system": import("./state.js").State.ON;
672
954
  };
673
955
  } | {
674
956
  rules: {
675
- readonly "no-inner-declarations": State.OFF;
676
- readonly "svelte/no-inner-declarations": readonly [State.ON, "both"];
677
- readonly "stylistic/no-trailing-spaces": State.OFF;
678
- readonly "svelte/no-trailing-spaces": State.ON;
957
+ readonly "no-inner-declarations": import("./state.js").State.OFF;
958
+ readonly "svelte/no-inner-declarations": readonly [
959
+ import("./state.js").State.ON,
960
+ "both"
961
+ ];
962
+ readonly "stylistic/no-trailing-spaces": import("./state.js").State.OFF;
963
+ readonly "svelte/no-trailing-spaces": import("./state.js").State.ON;
679
964
  };
680
965
  })[];
681
966
  html: {
682
967
  rules: {
683
- readonly "html/no-duplicate-attrs": State.ON;
684
- readonly "html/no-duplicate-class": State.ON;
685
- readonly "html/no-duplicate-id": State.ON;
686
- readonly "html/no-duplicate-in-head": State.ON;
687
- readonly "html/no-ineffective-attrs": State.ON;
688
- readonly "html/no-invalid-entity": State.ON;
689
- readonly "html/no-nested-interactive": State.ON;
690
- readonly "html/no-obsolete-tags": State.ON;
691
- readonly "html/no-target-blank": State.ON;
692
- readonly "html/require-button-type": State.ON;
693
- readonly "html/require-closing-tags": State.ON;
694
- readonly "html/require-doctype": State.ON;
695
- readonly "html/require-li-container": State.ON;
696
- readonly "html/require-meta-charset": State.ON;
697
- readonly "html/use-baseline": State.ON;
698
- readonly "html/no-multiple-h1": State.ON;
699
- readonly "html/require-lang": State.ON;
700
- readonly "html/no-abstract-roles": State.ON;
701
- readonly "html/no-accesskey-attrs": State.ON;
702
- readonly "html/no-aria-hidden-body": State.ON;
703
- readonly "html/no-aria-hidden-on-focusable": State.ON;
704
- readonly "html/no-empty-headings": State.ON;
705
- readonly "html/no-heading-inside-button": State.ON;
706
- readonly "html/no-invalid-role": State.ON;
707
- readonly "html/no-non-scalable-viewport": State.ON;
708
- readonly "html/no-positive-tabindex": State.ON;
709
- readonly "html/no-skip-heading-levels": State.ON;
710
- readonly "html/require-form-method": State.ON;
711
- readonly "html/require-frame-title": State.ON;
712
- readonly "html/require-img-alt": State.ON;
713
- readonly "html/require-input-label": State.ON;
714
- readonly "html/require-meta-viewport": State.ON;
715
- readonly "html/attrs-newline": readonly [State.ON, {
716
- readonly ifAttrsMoreThan: 0;
717
- }];
718
- readonly "html/element-newline": readonly [State.ON, {
719
- readonly skip: readonly ["head"];
720
- readonly inline: readonly ["$inline"];
721
- }];
722
- readonly "html/indent": readonly [State.ON, 2];
723
- readonly "html/lowercase": State.ON;
724
- readonly "html/no-extra-spacing-attrs": readonly [State.ON, {
725
- readonly disallowMissing: true;
726
- readonly disallowTabs: true;
727
- readonly disallowInAssignment: true;
728
- }];
729
- readonly "html/no-extra-spacing-text": State.ON;
730
- readonly "html/no-multiple-empty-lines": readonly [State.ON, {
731
- readonly max: 1;
732
- }];
733
- readonly "html/no-trailing-spaces": State.ON;
734
- readonly "html/quotes": State.ON;
968
+ readonly "html/no-duplicate-attrs": import("./state.js").State.ON;
969
+ readonly "html/no-duplicate-class": import("./state.js").State.ON;
970
+ readonly "html/no-duplicate-id": import("./state.js").State.ON;
971
+ readonly "html/no-duplicate-in-head": import("./state.js").State.ON;
972
+ readonly "html/no-ineffective-attrs": import("./state.js").State.ON;
973
+ readonly "html/no-invalid-entity": import("./state.js").State.ON;
974
+ readonly "html/no-nested-interactive": import("./state.js").State.ON;
975
+ readonly "html/no-obsolete-tags": import("./state.js").State.ON;
976
+ readonly "html/no-target-blank": import("./state.js").State.ON;
977
+ readonly "html/require-button-type": import("./state.js").State.ON;
978
+ readonly "html/require-closing-tags": import("./state.js").State.ON;
979
+ readonly "html/require-doctype": import("./state.js").State.ON;
980
+ readonly "html/require-li-container": import("./state.js").State.ON;
981
+ readonly "html/require-meta-charset": import("./state.js").State.ON;
982
+ readonly "html/use-baseline": import("./state.js").State.ON;
983
+ readonly "html/no-multiple-h1": import("./state.js").State.ON;
984
+ readonly "html/require-lang": import("./state.js").State.ON;
985
+ readonly "html/no-abstract-roles": import("./state.js").State.ON;
986
+ readonly "html/no-accesskey-attrs": import("./state.js").State.ON;
987
+ readonly "html/no-aria-hidden-body": import("./state.js").State.ON;
988
+ readonly "html/no-aria-hidden-on-focusable": import("./state.js").State.ON;
989
+ readonly "html/no-empty-headings": import("./state.js").State.ON;
990
+ readonly "html/no-heading-inside-button": import("./state.js").State.ON;
991
+ readonly "html/no-invalid-role": import("./state.js").State.ON;
992
+ readonly "html/no-non-scalable-viewport": import("./state.js").State.ON;
993
+ readonly "html/no-positive-tabindex": import("./state.js").State.ON;
994
+ readonly "html/no-skip-heading-levels": import("./state.js").State.ON;
995
+ readonly "html/require-form-method": import("./state.js").State.ON;
996
+ readonly "html/require-frame-title": import("./state.js").State.ON;
997
+ readonly "html/require-img-alt": import("./state.js").State.ON;
998
+ readonly "html/require-input-label": import("./state.js").State.ON;
999
+ readonly "html/require-meta-viewport": import("./state.js").State.ON;
1000
+ readonly "html/attrs-newline": readonly [
1001
+ import("./state.js").State.ON,
1002
+ {
1003
+ readonly ifAttrsMoreThan: 0;
1004
+ }
1005
+ ];
1006
+ readonly "html/element-newline": readonly [
1007
+ import("./state.js").State.ON,
1008
+ {
1009
+ readonly skip: readonly [
1010
+ "head"
1011
+ ];
1012
+ readonly inline: readonly [
1013
+ "$inline"
1014
+ ];
1015
+ }
1016
+ ];
1017
+ readonly "html/indent": readonly [
1018
+ import("./state.js").State.ON,
1019
+ 2
1020
+ ];
1021
+ readonly "html/lowercase": import("./state.js").State.ON;
1022
+ readonly "html/no-extra-spacing-attrs": readonly [
1023
+ import("./state.js").State.ON,
1024
+ {
1025
+ readonly disallowMissing: true;
1026
+ readonly disallowTabs: true;
1027
+ readonly disallowInAssignment: true;
1028
+ }
1029
+ ];
1030
+ readonly "html/no-extra-spacing-text": import("./state.js").State.ON;
1031
+ readonly "html/no-multiple-empty-lines": readonly [
1032
+ import("./state.js").State.ON,
1033
+ {
1034
+ readonly max: 1;
1035
+ }
1036
+ ];
1037
+ readonly "html/no-trailing-spaces": import("./state.js").State.ON;
1038
+ readonly "html/quotes": import("./state.js").State.ON;
735
1039
  };
736
1040
  }[];
737
1041
  css: {
738
1042
  rules: {
739
- readonly "css/font-family-fallbacks": State.ON;
740
- readonly "css/no-duplicate-imports": State.ON;
741
- readonly "css/no-duplicate-keyframe-selectors": State.ON;
742
- readonly "css/no-empty-blocks": State.ON;
743
- readonly "css/no-important": State.ON;
744
- readonly "css/no-invalid-at-rule-placement": State.ON;
745
- readonly "css/no-invalid-at-rules": State.ON;
746
- readonly "css/no-invalid-named-grid-areas": State.ON;
747
- readonly "css/no-unmatchable-selectors": State.ON;
748
- readonly "css/prefer-logical-properties": State.ON;
749
- readonly "css/relative-font-units": State.ON;
750
- readonly "css/use-baseline": State.ON;
1043
+ readonly "css/font-family-fallbacks": import("./state.js").State.ON;
1044
+ readonly "css/no-duplicate-imports": import("./state.js").State.ON;
1045
+ readonly "css/no-duplicate-keyframe-selectors": import("./state.js").State.ON;
1046
+ readonly "css/no-empty-blocks": import("./state.js").State.ON;
1047
+ readonly "css/no-important": import("./state.js").State.ON;
1048
+ readonly "css/no-invalid-at-rule-placement": import("./state.js").State.ON;
1049
+ readonly "css/no-invalid-at-rules": import("./state.js").State.ON;
1050
+ readonly "css/no-invalid-named-grid-areas": import("./state.js").State.ON;
1051
+ readonly "css/no-unmatchable-selectors": import("./state.js").State.ON;
1052
+ readonly "css/prefer-logical-properties": import("./state.js").State.ON;
1053
+ readonly "css/relative-font-units": import("./state.js").State.ON;
1054
+ readonly "css/use-baseline": import("./state.js").State.ON;
751
1055
  };
752
1056
  }[];
753
1057
  json: ({
754
1058
  rules: {
755
- readonly "json/no-duplicate-keys": State.ON;
756
- readonly "json/no-unsafe-values": State.ON;
757
- readonly "json/no-unnormalized-keys": State.ON;
758
- readonly "json/top-level-interop": State.ON;
1059
+ readonly "json/no-duplicate-keys": import("./state.js").State.ON;
1060
+ readonly "json/no-unsafe-values": import("./state.js").State.ON;
1061
+ readonly "json/no-unnormalized-keys": import("./state.js").State.ON;
1062
+ readonly "json/top-level-interop": import("./state.js").State.ON;
759
1063
  };
760
1064
  } | {
761
1065
  rules: {
762
- readonly "jsonc/no-bigint-literals": State.ON;
763
- readonly "jsonc/no-binary-expression": State.ON;
764
- readonly "jsonc/no-binary-numeric-literals": State.ON;
765
- readonly "jsonc/no-comments": State.ON;
766
- readonly "jsonc/no-escape-sequence-in-identifier": State.ON;
767
- readonly "jsonc/no-hexadecimal-numeric-literals": State.ON;
768
- readonly "jsonc/no-infinity": State.ON;
769
- readonly "jsonc/no-nan": State.ON;
770
- readonly "jsonc/no-number-props": State.ON;
771
- readonly "jsonc/no-numeric-separators": State.ON;
772
- readonly "jsonc/no-octal-numeric-literals": State.ON;
773
- readonly "jsonc/no-parenthesized": State.ON;
774
- readonly "jsonc/no-plus-sign": State.ON;
775
- readonly "jsonc/no-regexp-literals": State.ON;
776
- readonly "jsonc/no-template-literals": State.ON;
777
- readonly "jsonc/no-undefined-value": State.ON;
778
- readonly "jsonc/no-unicode-codepoint-escapes": State.ON;
779
- readonly "jsonc/valid-json-number": State.ON;
780
- readonly "jsonc/vue-custom-block/no-parsing-error": State.ON;
1066
+ readonly "jsonc/no-bigint-literals": import("./state.js").State.ON;
1067
+ readonly "jsonc/no-binary-expression": import("./state.js").State.ON;
1068
+ readonly "jsonc/no-binary-numeric-literals": import("./state.js").State.ON;
1069
+ readonly "jsonc/no-comments": import("./state.js").State.ON;
1070
+ readonly "jsonc/no-escape-sequence-in-identifier": import("./state.js").State.ON;
1071
+ readonly "jsonc/no-hexadecimal-numeric-literals": import("./state.js").State.ON;
1072
+ readonly "jsonc/no-infinity": import("./state.js").State.ON;
1073
+ readonly "jsonc/no-nan": import("./state.js").State.ON;
1074
+ readonly "jsonc/no-number-props": import("./state.js").State.ON;
1075
+ readonly "jsonc/no-numeric-separators": import("./state.js").State.ON;
1076
+ readonly "jsonc/no-octal-numeric-literals": import("./state.js").State.ON;
1077
+ readonly "jsonc/no-parenthesized": import("./state.js").State.ON;
1078
+ readonly "jsonc/no-plus-sign": import("./state.js").State.ON;
1079
+ readonly "jsonc/no-regexp-literals": import("./state.js").State.ON;
1080
+ readonly "jsonc/no-template-literals": import("./state.js").State.ON;
1081
+ readonly "jsonc/no-undefined-value": import("./state.js").State.ON;
1082
+ readonly "jsonc/no-unicode-codepoint-escapes": import("./state.js").State.ON;
1083
+ readonly "jsonc/valid-json-number": import("./state.js").State.ON;
1084
+ readonly "jsonc/vue-custom-block/no-parsing-error": import("./state.js").State.ON;
781
1085
  };
782
1086
  } | {
783
1087
  rules: {
784
- readonly "jsonc/array-bracket-spacing": State.ON;
785
- readonly "jsonc/array-element-newline": readonly [State.ON, "consistent"];
786
- readonly "jsonc/comma-dangle": State.ON;
787
- readonly "jsonc/comma-style": State.ON;
788
- readonly "jsonc/indent": readonly [State.ON, 2];
789
- readonly "jsonc/key-spacing": State.ON;
790
- readonly "jsonc/no-floating-decimal": State.ON;
791
- readonly "jsonc/no-irregular-whitespace": readonly [State.ON, {
792
- readonly skipStrings: true;
793
- readonly skipComments: true;
794
- readonly skipRegExps: true;
795
- readonly skipTemplates: true;
796
- readonly skipJSXText: true;
797
- }];
798
- readonly "jsonc/no-multi-str": State.ON;
799
- readonly "jsonc/no-octal-escape": State.ON;
800
- readonly "jsonc/no-octal": State.ON;
801
- readonly "jsonc/no-sparse-arrays": State.ON;
802
- readonly "jsonc/no-useless-escape": State.ON;
803
- readonly "jsonc/object-curly-newline": readonly [State.ON, {
804
- readonly consistent: true;
805
- readonly multiline: true;
806
- readonly minProperties: 2;
807
- }];
808
- readonly "jsonc/object-curly-spacing": readonly [State.ON, "always"];
809
- readonly "jsonc/object-property-newline": State.ON;
810
- readonly "jsonc/quote-props": State.ON;
811
- readonly "jsonc/quotes": State.ON;
812
- readonly "jsonc/space-unary-ops": State.ON;
1088
+ readonly "jsonc/array-bracket-spacing": import("./state.js").State.ON;
1089
+ readonly "jsonc/array-element-newline": readonly [
1090
+ import("./state.js").State.ON,
1091
+ "consistent"
1092
+ ];
1093
+ readonly "jsonc/comma-dangle": import("./state.js").State.ON;
1094
+ readonly "jsonc/comma-style": import("./state.js").State.ON;
1095
+ readonly "jsonc/indent": readonly [
1096
+ import("./state.js").State.ON,
1097
+ 2
1098
+ ];
1099
+ readonly "jsonc/key-spacing": import("./state.js").State.ON;
1100
+ readonly "jsonc/no-floating-decimal": import("./state.js").State.ON;
1101
+ readonly "jsonc/no-irregular-whitespace": readonly [
1102
+ import("./state.js").State.ON,
1103
+ {
1104
+ readonly skipStrings: true;
1105
+ readonly skipComments: true;
1106
+ readonly skipRegExps: true;
1107
+ readonly skipTemplates: true;
1108
+ readonly skipJSXText: true;
1109
+ }
1110
+ ];
1111
+ readonly "jsonc/no-multi-str": import("./state.js").State.ON;
1112
+ readonly "jsonc/no-octal-escape": import("./state.js").State.ON;
1113
+ readonly "jsonc/no-octal": import("./state.js").State.ON;
1114
+ readonly "jsonc/no-sparse-arrays": import("./state.js").State.ON;
1115
+ readonly "jsonc/no-useless-escape": import("./state.js").State.ON;
1116
+ readonly "jsonc/object-curly-newline": readonly [
1117
+ import("./state.js").State.ON,
1118
+ {
1119
+ readonly consistent: true;
1120
+ readonly multiline: true;
1121
+ readonly minProperties: 2;
1122
+ }
1123
+ ];
1124
+ readonly "jsonc/object-curly-spacing": readonly [
1125
+ import("./state.js").State.ON,
1126
+ "always"
1127
+ ];
1128
+ readonly "jsonc/object-property-newline": import("./state.js").State.ON;
1129
+ readonly "jsonc/quote-props": import("./state.js").State.ON;
1130
+ readonly "jsonc/quotes": import("./state.js").State.ON;
1131
+ readonly "jsonc/space-unary-ops": import("./state.js").State.ON;
813
1132
  };
814
1133
  })[];
815
1134
  jsonc: {
816
1135
  rules: {
817
- readonly "jsonc/no-comments": State.OFF;
1136
+ readonly "jsonc/no-comments": import("./state.js").State.OFF;
818
1137
  };
819
1138
  }[];
820
1139
  jsoncc: {
821
1140
  rules: {
822
- readonly "jsonc/comma-dangle": readonly [State.ON, "always-multiline"];
1141
+ readonly "jsonc/comma-dangle": readonly [
1142
+ import("./state.js").State.ON,
1143
+ "always-multiline"
1144
+ ];
823
1145
  };
824
1146
  }[];
825
1147
  yml: ({
826
1148
  rules: {
827
- readonly "yml/block-mapping-colon-indicator-newline": State.ON;
828
- readonly "yml/block-mapping-question-indicator-newline": State.ON;
829
- readonly "yml/block-mapping": State.ON;
830
- readonly "yml/block-sequence-hyphen-indicator-newline": State.ON;
831
- readonly "yml/block-sequence": State.ON;
832
- readonly "yml/indent": State.ON;
833
- readonly "yml/no-empty-key": State.ON;
834
- readonly "yml/no-empty-sequence-entry": State.ON;
835
- readonly "yml/no-tab-indent": State.ON;
836
- readonly "yml/no-trailing-zeros": State.ON;
837
- readonly "yml/require-string-key": State.ON;
1149
+ readonly "yml/block-mapping-colon-indicator-newline": import("./state.js").State.ON;
1150
+ readonly "yml/block-mapping-question-indicator-newline": import("./state.js").State.ON;
1151
+ readonly "yml/block-mapping": import("./state.js").State.ON;
1152
+ readonly "yml/block-sequence-hyphen-indicator-newline": import("./state.js").State.ON;
1153
+ readonly "yml/block-sequence": import("./state.js").State.ON;
1154
+ readonly "yml/indent": import("./state.js").State.ON;
1155
+ readonly "yml/no-empty-key": import("./state.js").State.ON;
1156
+ readonly "yml/no-empty-sequence-entry": import("./state.js").State.ON;
1157
+ readonly "yml/no-tab-indent": import("./state.js").State.ON;
1158
+ readonly "yml/no-trailing-zeros": import("./state.js").State.ON;
1159
+ readonly "yml/require-string-key": import("./state.js").State.ON;
838
1160
  };
839
1161
  } | {
840
1162
  rules: {
841
- readonly "yml/flow-mapping-curly-newline": readonly [State.ON, {
842
- readonly consistent: true;
843
- readonly multiline: true;
844
- readonly minProperties: 2;
845
- }];
846
- readonly "yml/flow-mapping-curly-spacing": readonly [State.ON, "never", {
847
- readonly objectsInObjects: true;
848
- }];
849
- readonly "yml/flow-sequence-bracket-newline": State.ON;
850
- readonly "yml/flow-sequence-bracket-spacing": State.ON;
851
- readonly "yml/key-spacing": State.ON;
852
- readonly "yml/no-irregular-whitespace": State.ON;
853
- readonly "yml/no-multiple-empty-lines": readonly [State.ON, {
854
- readonly max: 1;
855
- readonly maxBOF: 0;
856
- readonly maxEOF: 0;
857
- }];
858
- readonly "yml/spaced-comment": readonly [State.ON, "always", {
859
- readonly exceptions: readonly ["#"];
860
- readonly markers: readonly ["-", "#", "##", "###", "####", "#####", "region", "endregion"];
861
- }];
1163
+ readonly "yml/flow-mapping-curly-newline": readonly [
1164
+ import("./state.js").State.ON,
1165
+ {
1166
+ readonly consistent: true;
1167
+ readonly multiline: true;
1168
+ readonly minProperties: 2;
1169
+ }
1170
+ ];
1171
+ readonly "yml/flow-mapping-curly-spacing": readonly [
1172
+ import("./state.js").State.ON,
1173
+ "never",
1174
+ {
1175
+ readonly objectsInObjects: true;
1176
+ }
1177
+ ];
1178
+ readonly "yml/flow-sequence-bracket-newline": import("./state.js").State.ON;
1179
+ readonly "yml/flow-sequence-bracket-spacing": import("./state.js").State.ON;
1180
+ readonly "yml/key-spacing": import("./state.js").State.ON;
1181
+ readonly "yml/no-irregular-whitespace": import("./state.js").State.ON;
1182
+ readonly "yml/no-multiple-empty-lines": readonly [
1183
+ import("./state.js").State.ON,
1184
+ {
1185
+ readonly max: 1;
1186
+ readonly maxBOF: 0;
1187
+ readonly maxEOF: 0;
1188
+ }
1189
+ ];
1190
+ readonly "yml/spaced-comment": readonly [
1191
+ import("./state.js").State.ON,
1192
+ "always",
1193
+ {
1194
+ readonly exceptions: readonly [
1195
+ "#"
1196
+ ];
1197
+ readonly markers: readonly [
1198
+ "-",
1199
+ "#",
1200
+ "##",
1201
+ "###",
1202
+ "####",
1203
+ "#####",
1204
+ "region",
1205
+ "endregion"
1206
+ ];
1207
+ }
1208
+ ];
862
1209
  };
863
1210
  })[];
864
1211
  };
865
1212
  export default _default;
866
- //# sourceMappingURL=index.d.ts.map
1213
+ //# sourceMappingURL=index.d.ts.map