@graphql-eslint/eslint-plugin 4.0.0-alpha.1 → 4.0.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. package/{esm/cache.d.mts → cjs/cache.d.cts} +1 -1
  2. package/cjs/cache.js +1 -1
  3. package/cjs/configs/index.d.cts +14 -0
  4. package/cjs/configs/index.js +13 -2
  5. package/cjs/documents.js +1 -1
  6. package/{esm/estree-converter/converter.d.mts → cjs/estree-converter/converter.d.cts} +1 -1
  7. package/cjs/estree-converter/index.d.cts +8 -0
  8. package/{esm/estree-converter/utils.d.mts → cjs/estree-converter/utils.d.cts} +3 -3
  9. package/{esm/graphql-config.d.mts → cjs/graphql-config.d.cts} +3 -3
  10. package/cjs/graphql-config.js +2 -2
  11. package/{esm/index.d.mts → cjs/index.d.cts} +13 -10
  12. package/cjs/index.js +3 -3
  13. package/cjs/meta.d.cts +4 -0
  14. package/cjs/meta.js +36 -0
  15. package/cjs/package.json +1 -0
  16. package/{esm/parser.d.mts → cjs/parser.d.cts} +11 -4
  17. package/cjs/parser.js +12 -3
  18. package/{esm/processor.d.mts → cjs/processor.d.cts} +4 -0
  19. package/cjs/processor.js +5 -1
  20. package/{esm/rules/alphabetize.d.mts → cjs/rules/alphabetize.d.cts} +3 -3
  21. package/cjs/rules/alphabetize.js +1 -1
  22. package/{esm/rules/description-style.d.mts → cjs/rules/description-style.d.cts} +3 -3
  23. package/{esm/rules/graphql-js-validation.d.mts → cjs/rules/graphql-js-validation.d.cts} +3 -3
  24. package/{esm/rules/index.d.mts → cjs/rules/index.d.cts} +9 -9
  25. package/{esm/rules/input-name.d.mts → cjs/rules/input-name.d.cts} +3 -3
  26. package/{esm/rules/lone-executable-definition.d.mts → cjs/rules/lone-executable-definition.d.cts} +3 -3
  27. package/{esm/rules/match-document-filename.d.mts → cjs/rules/match-document-filename.d.cts} +4 -4
  28. package/cjs/rules/match-document-filename.js +2 -2
  29. package/{esm/rules/naming-convention.d.mts → cjs/rules/naming-convention.d.cts} +3 -3
  30. package/cjs/rules/no-anonymous-operations.d.cts +13 -0
  31. package/{esm/rules/no-deprecated.d.mts → cjs/rules/no-deprecated.d.cts} +3 -3
  32. package/cjs/rules/no-duplicate-fields.d.cts +13 -0
  33. package/{esm/rules/no-hashtag-description.d.mts → cjs/rules/no-hashtag-description.d.cts} +3 -3
  34. package/cjs/rules/no-one-place-fragments.d.cts +13 -0
  35. package/{esm/rules/no-root-type.d.mts → cjs/rules/no-root-type.d.cts} +3 -3
  36. package/cjs/rules/no-scalar-result-type-on-mutation.d.cts +13 -0
  37. package/cjs/rules/no-typename-prefix.d.cts +13 -0
  38. package/cjs/rules/no-unreachable-types.d.cts +13 -0
  39. package/cjs/rules/no-unreachable-types.js +6 -7
  40. package/cjs/rules/no-unused-fields.d.cts +13 -0
  41. package/cjs/rules/no-unused-fields.js +6 -6
  42. package/{esm/rules/relay-arguments.d.mts → cjs/rules/relay-arguments.d.cts} +3 -3
  43. package/{esm/rules/relay-connection-types.d.mts → cjs/rules/relay-connection-types.d.cts} +3 -3
  44. package/{esm/rules/relay-edge-types.d.mts → cjs/rules/relay-edge-types.d.cts} +3 -3
  45. package/cjs/rules/relay-edge-types.js +1 -1
  46. package/cjs/rules/relay-page-info.d.cts +13 -0
  47. package/cjs/rules/relay-page-info.js +1 -1
  48. package/{esm/rules/require-deprecation-date.d.mts → cjs/rules/require-deprecation-date.d.cts} +3 -3
  49. package/cjs/rules/require-deprecation-reason.d.cts +13 -0
  50. package/{esm/rules/require-description.d.mts → cjs/rules/require-description.d.cts} +3 -3
  51. package/cjs/rules/require-field-of-type-query-in-mutation-result.d.cts +13 -0
  52. package/cjs/rules/require-import-fragment.d.cts +13 -0
  53. package/cjs/rules/require-import-fragment.js +1 -1
  54. package/cjs/rules/require-nullable-fields-with-oneof.d.cts +13 -0
  55. package/cjs/rules/require-nullable-result-in-root.d.cts +13 -0
  56. package/{esm/rules/require-selections.d.mts → cjs/rules/require-selections.d.cts} +3 -3
  57. package/cjs/rules/require-selections.js +1 -0
  58. package/cjs/rules/require-type-pattern-with-oneof.d.cts +13 -0
  59. package/{esm/rules/selection-set-depth.d.mts → cjs/rules/selection-set-depth.d.cts} +3 -3
  60. package/cjs/rules/selection-set-depth.js +2 -2
  61. package/{esm/rules/strict-id-in-types.d.mts → cjs/rules/strict-id-in-types.d.cts} +3 -3
  62. package/cjs/rules/unique-enum-value-names.d.cts +13 -0
  63. package/{esm/rules/unique-fragment-name.d.mts → cjs/rules/unique-fragment-name.d.cts} +3 -3
  64. package/cjs/rules/unique-operation-name.d.cts +13 -0
  65. package/{esm/schema.d.mts → cjs/schema.d.cts} +3 -3
  66. package/cjs/schema.js +1 -1
  67. package/{esm/types.d.mts → cjs/types.d.cts} +2 -2
  68. package/{esm/utils.d.mts → cjs/utils.d.cts} +3 -3
  69. package/cjs/utils.js +1 -1
  70. package/{cjs → esm}/cache.d.ts +1 -1
  71. package/esm/configs/index.d.ts +14 -0
  72. package/esm/configs/index.js +12 -1
  73. package/{cjs → esm}/estree-converter/index.d.ts +2 -2
  74. package/{cjs → esm}/estree-converter/utils.d.ts +3 -3
  75. package/esm/graphql-config.js +1 -1
  76. package/{cjs → esm}/index.d.ts +5 -2
  77. package/esm/index.js +2 -3
  78. package/esm/meta.d.ts +4 -0
  79. package/esm/meta.js +7 -0
  80. package/{cjs → esm}/parser.d.ts +8 -1
  81. package/esm/parser.js +10 -1
  82. package/{cjs → esm}/processor.d.ts +4 -0
  83. package/esm/processor.js +5 -0
  84. package/{cjs → esm}/rules/alphabetize.d.ts +1 -1
  85. package/{cjs → esm}/rules/index.d.ts +8 -8
  86. package/esm/rules/match-document-filename.js +2 -2
  87. package/esm/rules/no-unreachable-types.js +6 -6
  88. package/esm/rules/no-unused-fields.js +6 -5
  89. package/esm/rules/relay-edge-types.js +1 -1
  90. package/esm/rules/relay-page-info.js +1 -1
  91. package/esm/rules/require-selections.js +1 -0
  92. package/esm/rules/selection-set-depth.js +1 -1
  93. package/{index.browser.mjs → index.browser.js} +158 -81
  94. package/package.json +7 -6
  95. package/cjs/configs/index.d.ts +0 -174
  96. package/cjs/flat-configs.d.ts +0 -307
  97. package/cjs/flat-configs.js +0 -55
  98. package/esm/configs/index.d.mts +0 -174
  99. package/esm/estree-converter/index.d.mts +0 -8
  100. package/esm/flat-configs.d.mts +0 -307
  101. package/esm/flat-configs.js +0 -36
  102. package/esm/package.json +0 -1
  103. package/esm/rules/no-anonymous-operations.d.mts +0 -13
  104. package/esm/rules/no-duplicate-fields.d.mts +0 -13
  105. package/esm/rules/no-one-place-fragments.d.mts +0 -13
  106. package/esm/rules/no-scalar-result-type-on-mutation.d.mts +0 -13
  107. package/esm/rules/no-typename-prefix.d.mts +0 -13
  108. package/esm/rules/no-unreachable-types.d.mts +0 -13
  109. package/esm/rules/no-unused-fields.d.mts +0 -13
  110. package/esm/rules/relay-page-info.d.mts +0 -13
  111. package/esm/rules/require-deprecation-reason.d.mts +0 -13
  112. package/esm/rules/require-field-of-type-query-in-mutation-result.d.mts +0 -13
  113. package/esm/rules/require-import-fragment.d.mts +0 -13
  114. package/esm/rules/require-nullable-fields-with-oneof.d.mts +0 -13
  115. package/esm/rules/require-nullable-result-in-root.d.mts +0 -13
  116. package/esm/rules/require-type-pattern-with-oneof.d.mts +0 -13
  117. package/esm/rules/unique-enum-value-names.d.mts +0 -13
  118. package/esm/rules/unique-operation-name.d.mts +0 -13
  119. /package/cjs/configs/{operations-all.d.ts → operations-all.d.cts} +0 -0
  120. /package/cjs/configs/{operations-recommended.d.ts → operations-recommended.d.cts} +0 -0
  121. /package/cjs/configs/{schema-all.d.ts → schema-all.d.cts} +0 -0
  122. /package/cjs/configs/{schema-recommended.d.ts → schema-recommended.d.cts} +0 -0
  123. /package/cjs/configs/{schema-relay.d.ts → schema-relay.d.cts} +0 -0
  124. /package/cjs/{documents.d.ts → documents.d.cts} +0 -0
  125. /package/cjs/estree-converter/{types.d.ts → types.d.cts} +0 -0
  126. /package/cjs/{siblings.d.ts → siblings.d.cts} +0 -0
  127. /package/esm/configs/{operations-all.d.mts → operations-all.d.ts} +0 -0
  128. /package/esm/configs/{operations-recommended.d.mts → operations-recommended.d.ts} +0 -0
  129. /package/esm/configs/{schema-all.d.mts → schema-all.d.ts} +0 -0
  130. /package/esm/configs/{schema-recommended.d.mts → schema-recommended.d.ts} +0 -0
  131. /package/esm/configs/{schema-relay.d.mts → schema-relay.d.ts} +0 -0
  132. /package/esm/{documents.d.mts → documents.d.ts} +0 -0
  133. /package/{cjs → esm}/estree-converter/converter.d.ts +0 -0
  134. /package/esm/estree-converter/{types.d.mts → types.d.ts} +0 -0
  135. /package/{cjs → esm}/graphql-config.d.ts +0 -0
  136. /package/{cjs → esm}/rules/description-style.d.ts +0 -0
  137. /package/{cjs → esm}/rules/graphql-js-validation.d.ts +0 -0
  138. /package/{cjs → esm}/rules/input-name.d.ts +0 -0
  139. /package/{cjs → esm}/rules/lone-executable-definition.d.ts +0 -0
  140. /package/{cjs → esm}/rules/match-document-filename.d.ts +0 -0
  141. /package/{cjs → esm}/rules/naming-convention.d.ts +0 -0
  142. /package/{cjs → esm}/rules/no-anonymous-operations.d.ts +0 -0
  143. /package/{cjs → esm}/rules/no-deprecated.d.ts +0 -0
  144. /package/{cjs → esm}/rules/no-duplicate-fields.d.ts +0 -0
  145. /package/{cjs → esm}/rules/no-hashtag-description.d.ts +0 -0
  146. /package/{cjs → esm}/rules/no-one-place-fragments.d.ts +0 -0
  147. /package/{cjs → esm}/rules/no-root-type.d.ts +0 -0
  148. /package/{cjs → esm}/rules/no-scalar-result-type-on-mutation.d.ts +0 -0
  149. /package/{cjs → esm}/rules/no-typename-prefix.d.ts +0 -0
  150. /package/{cjs → esm}/rules/no-unreachable-types.d.ts +0 -0
  151. /package/{cjs → esm}/rules/no-unused-fields.d.ts +0 -0
  152. /package/{cjs → esm}/rules/relay-arguments.d.ts +0 -0
  153. /package/{cjs → esm}/rules/relay-connection-types.d.ts +0 -0
  154. /package/{cjs → esm}/rules/relay-edge-types.d.ts +0 -0
  155. /package/{cjs → esm}/rules/relay-page-info.d.ts +0 -0
  156. /package/{cjs → esm}/rules/require-deprecation-date.d.ts +0 -0
  157. /package/{cjs → esm}/rules/require-deprecation-reason.d.ts +0 -0
  158. /package/{cjs → esm}/rules/require-description.d.ts +0 -0
  159. /package/{cjs → esm}/rules/require-field-of-type-query-in-mutation-result.d.ts +0 -0
  160. /package/{cjs → esm}/rules/require-import-fragment.d.ts +0 -0
  161. /package/{cjs → esm}/rules/require-nullable-fields-with-oneof.d.ts +0 -0
  162. /package/{cjs → esm}/rules/require-nullable-result-in-root.d.ts +0 -0
  163. /package/{cjs → esm}/rules/require-selections.d.ts +0 -0
  164. /package/{cjs → esm}/rules/require-type-pattern-with-oneof.d.ts +0 -0
  165. /package/{cjs → esm}/rules/selection-set-depth.d.ts +0 -0
  166. /package/{cjs → esm}/rules/strict-id-in-types.d.ts +0 -0
  167. /package/{cjs → esm}/rules/unique-enum-value-names.d.ts +0 -0
  168. /package/{cjs → esm}/rules/unique-fragment-name.d.ts +0 -0
  169. /package/{cjs → esm}/rules/unique-operation-name.d.ts +0 -0
  170. /package/{cjs → esm}/schema.d.ts +0 -0
  171. /package/esm/{siblings.d.mts → siblings.d.ts} +0 -0
  172. /package/{cjs → esm}/types.d.ts +0 -0
  173. /package/{cjs → esm}/utils.d.ts +0 -0
@@ -1,307 +0,0 @@
1
- import { parseForESLint } from './parser.js';
2
- import './types.js';
3
- import 'eslint';
4
- import 'estree';
5
- import 'graphql';
6
- import 'graphql-config';
7
- import 'json-schema-to-ts';
8
- import './estree-converter/types.js';
9
- import './siblings.js';
10
- import '@graphql-tools/utils';
11
-
12
- declare const flatConfigs: {
13
- 'operations-all': {
14
- languageOptions: {
15
- parser: {
16
- parseForESLint: typeof parseForESLint;
17
- };
18
- };
19
- rules: {
20
- '@graphql-eslint/alphabetize': (string | {
21
- definitions: boolean;
22
- selections: string[];
23
- variables: boolean;
24
- arguments: string[];
25
- groups: string[];
26
- })[];
27
- '@graphql-eslint/lone-executable-definition': string;
28
- '@graphql-eslint/match-document-filename': (string | {
29
- query: string;
30
- mutation: string;
31
- subscription: string;
32
- fragment: string;
33
- })[];
34
- '@graphql-eslint/no-one-place-fragments': string;
35
- '@graphql-eslint/require-import-fragment': string;
36
- '@graphql-eslint/executable-definitions': string;
37
- '@graphql-eslint/fields-on-correct-type': string;
38
- '@graphql-eslint/fragments-on-composite-type': string;
39
- '@graphql-eslint/known-argument-names': string;
40
- '@graphql-eslint/known-directives': string;
41
- '@graphql-eslint/known-fragment-names': string;
42
- '@graphql-eslint/known-type-names': string;
43
- '@graphql-eslint/lone-anonymous-operation': string;
44
- '@graphql-eslint/naming-convention': (string | {
45
- VariableDefinition: string;
46
- OperationDefinition: {
47
- style: string;
48
- forbiddenPrefixes: string[];
49
- forbiddenSuffixes: string[];
50
- };
51
- FragmentDefinition: {
52
- style: string;
53
- forbiddenPrefixes: string[];
54
- forbiddenSuffixes: string[];
55
- };
56
- })[];
57
- '@graphql-eslint/no-anonymous-operations': string;
58
- '@graphql-eslint/no-deprecated': string;
59
- '@graphql-eslint/no-duplicate-fields': string;
60
- '@graphql-eslint/no-fragment-cycles': string;
61
- '@graphql-eslint/no-undefined-variables': string;
62
- '@graphql-eslint/no-unused-fragments': string;
63
- '@graphql-eslint/no-unused-variables': string;
64
- '@graphql-eslint/one-field-subscriptions': string;
65
- '@graphql-eslint/overlapping-fields-can-be-merged': string;
66
- '@graphql-eslint/possible-fragment-spread': string;
67
- '@graphql-eslint/provided-required-arguments': string;
68
- '@graphql-eslint/require-selections': string;
69
- '@graphql-eslint/scalar-leafs': string;
70
- '@graphql-eslint/selection-set-depth': (string | {
71
- maxDepth: number;
72
- })[];
73
- '@graphql-eslint/unique-argument-names': string;
74
- '@graphql-eslint/unique-directive-names-per-location': string;
75
- '@graphql-eslint/unique-fragment-name': string;
76
- '@graphql-eslint/unique-input-field-names': string;
77
- '@graphql-eslint/unique-operation-name': string;
78
- '@graphql-eslint/unique-variable-names': string;
79
- '@graphql-eslint/value-literals-of-correct-type': string;
80
- '@graphql-eslint/variables-are-input-types': string;
81
- '@graphql-eslint/variables-in-allowed-position': string;
82
- };
83
- };
84
- 'operations-recommended': {
85
- languageOptions: {
86
- parser: {
87
- parseForESLint: typeof parseForESLint;
88
- };
89
- };
90
- rules: {
91
- '@graphql-eslint/executable-definitions': string;
92
- '@graphql-eslint/fields-on-correct-type': string;
93
- '@graphql-eslint/fragments-on-composite-type': string;
94
- '@graphql-eslint/known-argument-names': string;
95
- '@graphql-eslint/known-directives': string;
96
- '@graphql-eslint/known-fragment-names': string;
97
- '@graphql-eslint/known-type-names': string;
98
- '@graphql-eslint/lone-anonymous-operation': string;
99
- '@graphql-eslint/naming-convention': (string | {
100
- VariableDefinition: string;
101
- OperationDefinition: {
102
- style: string;
103
- forbiddenPrefixes: string[];
104
- forbiddenSuffixes: string[];
105
- };
106
- FragmentDefinition: {
107
- style: string;
108
- forbiddenPrefixes: string[];
109
- forbiddenSuffixes: string[];
110
- };
111
- })[];
112
- '@graphql-eslint/no-anonymous-operations': string;
113
- '@graphql-eslint/no-deprecated': string;
114
- '@graphql-eslint/no-duplicate-fields': string;
115
- '@graphql-eslint/no-fragment-cycles': string;
116
- '@graphql-eslint/no-undefined-variables': string;
117
- '@graphql-eslint/no-unused-fragments': string;
118
- '@graphql-eslint/no-unused-variables': string;
119
- '@graphql-eslint/one-field-subscriptions': string;
120
- '@graphql-eslint/overlapping-fields-can-be-merged': string;
121
- '@graphql-eslint/possible-fragment-spread': string;
122
- '@graphql-eslint/provided-required-arguments': string;
123
- '@graphql-eslint/require-selections': string;
124
- '@graphql-eslint/scalar-leafs': string;
125
- '@graphql-eslint/selection-set-depth': (string | {
126
- maxDepth: number;
127
- })[];
128
- '@graphql-eslint/unique-argument-names': string;
129
- '@graphql-eslint/unique-directive-names-per-location': string;
130
- '@graphql-eslint/unique-fragment-name': string;
131
- '@graphql-eslint/unique-input-field-names': string;
132
- '@graphql-eslint/unique-operation-name': string;
133
- '@graphql-eslint/unique-variable-names': string;
134
- '@graphql-eslint/value-literals-of-correct-type': string;
135
- '@graphql-eslint/variables-are-input-types': string;
136
- '@graphql-eslint/variables-in-allowed-position': string;
137
- };
138
- };
139
- 'schema-relay': {
140
- languageOptions: {
141
- parser: {
142
- parseForESLint: typeof parseForESLint;
143
- };
144
- };
145
- rules: {
146
- '@graphql-eslint/relay-arguments': string;
147
- '@graphql-eslint/relay-connection-types': string;
148
- '@graphql-eslint/relay-edge-types': string;
149
- '@graphql-eslint/relay-page-info': string;
150
- };
151
- };
152
- 'schema-all': {
153
- languageOptions: {
154
- parser: {
155
- parseForESLint: typeof parseForESLint;
156
- };
157
- };
158
- rules: {
159
- '@graphql-eslint/alphabetize': (string | {
160
- definitions: boolean;
161
- fields: string[];
162
- values: boolean;
163
- arguments: string[];
164
- groups: string[];
165
- })[];
166
- '@graphql-eslint/input-name': string;
167
- '@graphql-eslint/no-root-type': (string | {
168
- disallow: string[];
169
- })[];
170
- '@graphql-eslint/no-scalar-result-type-on-mutation': string;
171
- '@graphql-eslint/require-deprecation-date': string;
172
- '@graphql-eslint/require-field-of-type-query-in-mutation-result': string;
173
- '@graphql-eslint/require-nullable-fields-with-oneof': string;
174
- '@graphql-eslint/require-nullable-result-in-root': string;
175
- '@graphql-eslint/require-type-pattern-with-oneof': string;
176
- '@graphql-eslint/description-style': string;
177
- '@graphql-eslint/known-argument-names': string;
178
- '@graphql-eslint/known-directives': string;
179
- '@graphql-eslint/known-type-names': string;
180
- '@graphql-eslint/lone-schema-definition': string;
181
- '@graphql-eslint/naming-convention': (string | {
182
- types: string;
183
- FieldDefinition: string;
184
- InputValueDefinition: string;
185
- Argument: string;
186
- DirectiveDefinition: string;
187
- EnumValueDefinition: string;
188
- 'FieldDefinition[parent.name.value=Query]': {
189
- forbiddenPrefixes: string[];
190
- forbiddenSuffixes: string[];
191
- };
192
- 'FieldDefinition[parent.name.value=Mutation]': {
193
- forbiddenPrefixes: string[];
194
- forbiddenSuffixes: string[];
195
- };
196
- 'FieldDefinition[parent.name.value=Subscription]': {
197
- forbiddenPrefixes: string[];
198
- forbiddenSuffixes: string[];
199
- };
200
- 'EnumTypeDefinition,EnumTypeExtension': {
201
- forbiddenPrefixes: string[];
202
- forbiddenSuffixes: string[];
203
- };
204
- 'InterfaceTypeDefinition,InterfaceTypeExtension': {
205
- forbiddenPrefixes: string[];
206
- forbiddenSuffixes: string[];
207
- };
208
- 'UnionTypeDefinition,UnionTypeExtension': {
209
- forbiddenPrefixes: string[];
210
- forbiddenSuffixes: string[];
211
- };
212
- 'ObjectTypeDefinition,ObjectTypeExtension': {
213
- forbiddenPrefixes: string[];
214
- forbiddenSuffixes: string[];
215
- };
216
- })[];
217
- '@graphql-eslint/no-hashtag-description': string;
218
- '@graphql-eslint/no-typename-prefix': string;
219
- '@graphql-eslint/no-unreachable-types': string;
220
- '@graphql-eslint/possible-type-extension': string;
221
- '@graphql-eslint/provided-required-arguments': string;
222
- '@graphql-eslint/require-deprecation-reason': string;
223
- '@graphql-eslint/require-description': (string | {
224
- types: boolean;
225
- DirectiveDefinition: boolean;
226
- rootField: boolean;
227
- })[];
228
- '@graphql-eslint/strict-id-in-types': string;
229
- '@graphql-eslint/unique-directive-names': string;
230
- '@graphql-eslint/unique-directive-names-per-location': string;
231
- '@graphql-eslint/unique-enum-value-names': string;
232
- '@graphql-eslint/unique-field-definition-names': string;
233
- '@graphql-eslint/unique-operation-types': string;
234
- '@graphql-eslint/unique-type-names': string;
235
- };
236
- };
237
- 'schema-recommended': {
238
- languageOptions: {
239
- parser: {
240
- parseForESLint: typeof parseForESLint;
241
- };
242
- };
243
- rules: {
244
- '@graphql-eslint/description-style': string;
245
- '@graphql-eslint/known-argument-names': string;
246
- '@graphql-eslint/known-directives': string;
247
- '@graphql-eslint/known-type-names': string;
248
- '@graphql-eslint/lone-schema-definition': string;
249
- '@graphql-eslint/naming-convention': (string | {
250
- types: string;
251
- FieldDefinition: string;
252
- InputValueDefinition: string;
253
- Argument: string;
254
- DirectiveDefinition: string;
255
- EnumValueDefinition: string;
256
- 'FieldDefinition[parent.name.value=Query]': {
257
- forbiddenPrefixes: string[];
258
- forbiddenSuffixes: string[];
259
- };
260
- 'FieldDefinition[parent.name.value=Mutation]': {
261
- forbiddenPrefixes: string[];
262
- forbiddenSuffixes: string[];
263
- };
264
- 'FieldDefinition[parent.name.value=Subscription]': {
265
- forbiddenPrefixes: string[];
266
- forbiddenSuffixes: string[];
267
- };
268
- 'EnumTypeDefinition,EnumTypeExtension': {
269
- forbiddenPrefixes: string[];
270
- forbiddenSuffixes: string[];
271
- };
272
- 'InterfaceTypeDefinition,InterfaceTypeExtension': {
273
- forbiddenPrefixes: string[];
274
- forbiddenSuffixes: string[];
275
- };
276
- 'UnionTypeDefinition,UnionTypeExtension': {
277
- forbiddenPrefixes: string[];
278
- forbiddenSuffixes: string[];
279
- };
280
- 'ObjectTypeDefinition,ObjectTypeExtension': {
281
- forbiddenPrefixes: string[];
282
- forbiddenSuffixes: string[];
283
- };
284
- })[];
285
- '@graphql-eslint/no-hashtag-description': string;
286
- '@graphql-eslint/no-typename-prefix': string;
287
- '@graphql-eslint/no-unreachable-types': string;
288
- '@graphql-eslint/possible-type-extension': string;
289
- '@graphql-eslint/provided-required-arguments': string;
290
- '@graphql-eslint/require-deprecation-reason': string;
291
- '@graphql-eslint/require-description': (string | {
292
- types: boolean;
293
- DirectiveDefinition: boolean;
294
- rootField: boolean;
295
- })[];
296
- '@graphql-eslint/strict-id-in-types': string;
297
- '@graphql-eslint/unique-directive-names': string;
298
- '@graphql-eslint/unique-directive-names-per-location': string;
299
- '@graphql-eslint/unique-enum-value-names': string;
300
- '@graphql-eslint/unique-field-definition-names': string;
301
- '@graphql-eslint/unique-operation-types': string;
302
- '@graphql-eslint/unique-type-names': string;
303
- };
304
- };
305
- };
306
-
307
- export { flatConfigs };
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var flat_configs_exports = {};
17
- __export(flat_configs_exports, {
18
- flatConfigs: () => flatConfigs
19
- });
20
- module.exports = __toCommonJS(flat_configs_exports);
21
- var import_configs = require("./configs/index.js"), import_parser = require("./parser.js");
22
- const languageOptions = {
23
- parser: { parseForESLint: import_parser.parseForESLint }
24
- }, flatConfigs = {
25
- "operations-all": {
26
- languageOptions,
27
- rules: {
28
- ...import_configs.configs["operations-recommended"].rules,
29
- ...import_configs.configs["operations-all"].rules
30
- }
31
- },
32
- "operations-recommended": {
33
- languageOptions,
34
- rules: import_configs.configs["operations-recommended"].rules
35
- },
36
- "schema-relay": {
37
- languageOptions,
38
- rules: import_configs.configs["schema-relay"].rules
39
- },
40
- "schema-all": {
41
- languageOptions,
42
- rules: {
43
- ...import_configs.configs["schema-recommended"].rules,
44
- ...import_configs.configs["schema-all"].rules
45
- }
46
- },
47
- "schema-recommended": {
48
- languageOptions,
49
- rules: import_configs.configs["schema-recommended"].rules
50
- }
51
- };
52
- // Annotate the CommonJS export names for ESM import in node:
53
- 0 && (module.exports = {
54
- flatConfigs
55
- });
@@ -1,174 +0,0 @@
1
- declare const configs: {
2
- 'schema-recommended': {
3
- parser: string;
4
- plugins: string[];
5
- rules: {
6
- '@graphql-eslint/description-style': string;
7
- '@graphql-eslint/known-argument-names': string;
8
- '@graphql-eslint/known-directives': string;
9
- '@graphql-eslint/known-type-names': string;
10
- '@graphql-eslint/lone-schema-definition': string;
11
- '@graphql-eslint/naming-convention': (string | {
12
- types: string;
13
- FieldDefinition: string;
14
- InputValueDefinition: string;
15
- Argument: string;
16
- DirectiveDefinition: string;
17
- EnumValueDefinition: string;
18
- 'FieldDefinition[parent.name.value=Query]': {
19
- forbiddenPrefixes: string[];
20
- forbiddenSuffixes: string[];
21
- };
22
- 'FieldDefinition[parent.name.value=Mutation]': {
23
- forbiddenPrefixes: string[];
24
- forbiddenSuffixes: string[];
25
- };
26
- 'FieldDefinition[parent.name.value=Subscription]': {
27
- forbiddenPrefixes: string[];
28
- forbiddenSuffixes: string[];
29
- };
30
- 'EnumTypeDefinition,EnumTypeExtension': {
31
- forbiddenPrefixes: string[];
32
- forbiddenSuffixes: string[];
33
- };
34
- 'InterfaceTypeDefinition,InterfaceTypeExtension': {
35
- forbiddenPrefixes: string[];
36
- forbiddenSuffixes: string[];
37
- };
38
- 'UnionTypeDefinition,UnionTypeExtension': {
39
- forbiddenPrefixes: string[];
40
- forbiddenSuffixes: string[];
41
- };
42
- 'ObjectTypeDefinition,ObjectTypeExtension': {
43
- forbiddenPrefixes: string[];
44
- forbiddenSuffixes: string[];
45
- };
46
- })[];
47
- '@graphql-eslint/no-hashtag-description': string;
48
- '@graphql-eslint/no-typename-prefix': string;
49
- '@graphql-eslint/no-unreachable-types': string;
50
- '@graphql-eslint/possible-type-extension': string;
51
- '@graphql-eslint/provided-required-arguments': string;
52
- '@graphql-eslint/require-deprecation-reason': string;
53
- '@graphql-eslint/require-description': (string | {
54
- types: boolean;
55
- DirectiveDefinition: boolean;
56
- rootField: boolean;
57
- })[];
58
- '@graphql-eslint/strict-id-in-types': string;
59
- '@graphql-eslint/unique-directive-names': string;
60
- '@graphql-eslint/unique-directive-names-per-location': string;
61
- '@graphql-eslint/unique-enum-value-names': string;
62
- '@graphql-eslint/unique-field-definition-names': string;
63
- '@graphql-eslint/unique-operation-types': string;
64
- '@graphql-eslint/unique-type-names': string;
65
- };
66
- };
67
- 'schema-all': {
68
- extends: string;
69
- rules: {
70
- '@graphql-eslint/alphabetize': (string | {
71
- definitions: boolean;
72
- fields: string[];
73
- values: boolean;
74
- arguments: string[];
75
- groups: string[];
76
- })[];
77
- '@graphql-eslint/input-name': string;
78
- '@graphql-eslint/no-root-type': (string | {
79
- disallow: string[];
80
- })[];
81
- '@graphql-eslint/no-scalar-result-type-on-mutation': string;
82
- '@graphql-eslint/require-deprecation-date': string;
83
- '@graphql-eslint/require-field-of-type-query-in-mutation-result': string;
84
- '@graphql-eslint/require-nullable-fields-with-oneof': string;
85
- '@graphql-eslint/require-nullable-result-in-root': string;
86
- '@graphql-eslint/require-type-pattern-with-oneof': string;
87
- };
88
- };
89
- 'schema-relay': {
90
- parser: string;
91
- plugins: string[];
92
- rules: {
93
- '@graphql-eslint/relay-arguments': string;
94
- '@graphql-eslint/relay-connection-types': string;
95
- '@graphql-eslint/relay-edge-types': string;
96
- '@graphql-eslint/relay-page-info': string;
97
- };
98
- };
99
- 'operations-recommended': {
100
- parser: string;
101
- plugins: string[];
102
- rules: {
103
- '@graphql-eslint/executable-definitions': string;
104
- '@graphql-eslint/fields-on-correct-type': string;
105
- '@graphql-eslint/fragments-on-composite-type': string;
106
- '@graphql-eslint/known-argument-names': string;
107
- '@graphql-eslint/known-directives': string;
108
- '@graphql-eslint/known-fragment-names': string;
109
- '@graphql-eslint/known-type-names': string;
110
- '@graphql-eslint/lone-anonymous-operation': string;
111
- '@graphql-eslint/naming-convention': (string | {
112
- VariableDefinition: string;
113
- OperationDefinition: {
114
- style: string;
115
- forbiddenPrefixes: string[];
116
- forbiddenSuffixes: string[];
117
- };
118
- FragmentDefinition: {
119
- style: string;
120
- forbiddenPrefixes: string[];
121
- forbiddenSuffixes: string[];
122
- };
123
- })[];
124
- '@graphql-eslint/no-anonymous-operations': string;
125
- '@graphql-eslint/no-deprecated': string;
126
- '@graphql-eslint/no-duplicate-fields': string;
127
- '@graphql-eslint/no-fragment-cycles': string;
128
- '@graphql-eslint/no-undefined-variables': string;
129
- '@graphql-eslint/no-unused-fragments': string;
130
- '@graphql-eslint/no-unused-variables': string;
131
- '@graphql-eslint/one-field-subscriptions': string;
132
- '@graphql-eslint/overlapping-fields-can-be-merged': string;
133
- '@graphql-eslint/possible-fragment-spread': string;
134
- '@graphql-eslint/provided-required-arguments': string;
135
- '@graphql-eslint/require-selections': string;
136
- '@graphql-eslint/scalar-leafs': string;
137
- '@graphql-eslint/selection-set-depth': (string | {
138
- maxDepth: number;
139
- })[];
140
- '@graphql-eslint/unique-argument-names': string;
141
- '@graphql-eslint/unique-directive-names-per-location': string;
142
- '@graphql-eslint/unique-fragment-name': string;
143
- '@graphql-eslint/unique-input-field-names': string;
144
- '@graphql-eslint/unique-operation-name': string;
145
- '@graphql-eslint/unique-variable-names': string;
146
- '@graphql-eslint/value-literals-of-correct-type': string;
147
- '@graphql-eslint/variables-are-input-types': string;
148
- '@graphql-eslint/variables-in-allowed-position': string;
149
- };
150
- };
151
- 'operations-all': {
152
- extends: string;
153
- rules: {
154
- '@graphql-eslint/alphabetize': (string | {
155
- definitions: boolean;
156
- selections: string[];
157
- variables: boolean;
158
- arguments: string[];
159
- groups: string[];
160
- })[];
161
- '@graphql-eslint/lone-executable-definition': string;
162
- '@graphql-eslint/match-document-filename': (string | {
163
- query: string;
164
- mutation: string;
165
- subscription: string;
166
- fragment: string;
167
- })[];
168
- '@graphql-eslint/no-one-place-fragments': string;
169
- '@graphql-eslint/require-import-fragment': string;
170
- };
171
- };
172
- };
173
-
174
- export { configs };
@@ -1,8 +0,0 @@
1
- export { convertToESTree } from './converter.mjs';
2
- export { GraphQLESTreeNode, TypeInformation } from './types.mjs';
3
- export { convertLocation, convertToken, extractComments, extractTokens, getBaseType, valueFromNode } from './utils.mjs';
4
- import 'graphql';
5
- import 'eslint';
6
- import 'estree';
7
- import 'graphql/jsutils/Maybe';
8
- import 'graphql/jsutils/ObjMap';