@storm-software/eslint 0.9.2 → 0.9.3
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.
- package/CHANGELOG.md +7 -0
- package/base.js +4 -4
- package/graphql.js +125 -109
- package/index.js +177 -161
- package/json.js +4 -4
- package/markdown.js +29 -13
- package/meta.json +1 -1
- package/next.js +56 -56
- package/package.json +2 -2
- package/react.js +4 -4
- package/recommended.js +29 -13
- package/yml.js +4 -4
package/next.js
CHANGED
|
@@ -38,9 +38,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
38
|
mod
|
|
39
39
|
));
|
|
40
40
|
|
|
41
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
41
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/define-rule.js
|
|
42
42
|
var require_define_rule = __commonJS({
|
|
43
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
43
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/define-rule.js"(exports) {
|
|
44
44
|
"use strict";
|
|
45
45
|
Object.defineProperty(exports, "__esModule", {
|
|
46
46
|
value: true
|
|
@@ -57,9 +57,9 @@ var require_define_rule = __commonJS({
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
60
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/node-attributes.js
|
|
61
61
|
var require_node_attributes = __commonJS({
|
|
62
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
62
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/node-attributes.js"(exports) {
|
|
63
63
|
"use strict";
|
|
64
64
|
Object.defineProperty(exports, "__esModule", {
|
|
65
65
|
value: true
|
|
@@ -164,9 +164,9 @@ var require_node_attributes = __commonJS({
|
|
|
164
164
|
}
|
|
165
165
|
});
|
|
166
166
|
|
|
167
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
167
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/google-font-display.js
|
|
168
168
|
var require_google_font_display = __commonJS({
|
|
169
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
169
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/google-font-display.js"(exports, module) {
|
|
170
170
|
"use strict";
|
|
171
171
|
var _definerule = require_define_rule();
|
|
172
172
|
var _nodeattributes = /* @__PURE__ */ _interop_require_default(require_node_attributes());
|
|
@@ -221,9 +221,9 @@ var require_google_font_display = __commonJS({
|
|
|
221
221
|
}
|
|
222
222
|
});
|
|
223
223
|
|
|
224
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
224
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/google-font-preconnect.js
|
|
225
225
|
var require_google_font_preconnect = __commonJS({
|
|
226
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
226
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/google-font-preconnect.js"(exports, module) {
|
|
227
227
|
"use strict";
|
|
228
228
|
var _definerule = require_define_rule();
|
|
229
229
|
var _nodeattributes = /* @__PURE__ */ _interop_require_default(require_node_attributes());
|
|
@@ -268,9 +268,9 @@ var require_google_font_preconnect = __commonJS({
|
|
|
268
268
|
}
|
|
269
269
|
});
|
|
270
270
|
|
|
271
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
271
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/inline-script-id.js
|
|
272
272
|
var require_inline_script_id = __commonJS({
|
|
273
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
273
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/inline-script-id.js"(exports, module) {
|
|
274
274
|
"use strict";
|
|
275
275
|
var _definerule = require_define_rule();
|
|
276
276
|
var url = "https://nextjs.org/docs/messages/inline-script-id";
|
|
@@ -329,9 +329,9 @@ var require_inline_script_id = __commonJS({
|
|
|
329
329
|
}
|
|
330
330
|
});
|
|
331
331
|
|
|
332
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
332
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/next-script-for-ga.js
|
|
333
333
|
var require_next_script_for_ga = __commonJS({
|
|
334
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
334
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/next-script-for-ga.js"(exports, module) {
|
|
335
335
|
"use strict";
|
|
336
336
|
var _definerule = require_define_rule();
|
|
337
337
|
var _nodeattributes = /* @__PURE__ */ _interop_require_default(require_node_attributes());
|
|
@@ -398,9 +398,9 @@ var require_next_script_for_ga = __commonJS({
|
|
|
398
398
|
}
|
|
399
399
|
});
|
|
400
400
|
|
|
401
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
401
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-assign-module-variable.js
|
|
402
402
|
var require_no_assign_module_variable = __commonJS({
|
|
403
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
403
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-assign-module-variable.js"(exports, module) {
|
|
404
404
|
"use strict";
|
|
405
405
|
var _definerule = require_define_rule();
|
|
406
406
|
var url = "https://nextjs.org/docs/messages/no-assign-module-variable";
|
|
@@ -437,9 +437,9 @@ var require_no_assign_module_variable = __commonJS({
|
|
|
437
437
|
}
|
|
438
438
|
});
|
|
439
439
|
|
|
440
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
440
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-async-client-component.js
|
|
441
441
|
var require_no_async_client_component = __commonJS({
|
|
442
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
442
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-async-client-component.js"(exports, module) {
|
|
443
443
|
"use strict";
|
|
444
444
|
var _definerule = require_define_rule();
|
|
445
445
|
var url = "https://nextjs.org/docs/messages/no-async-client-component";
|
|
@@ -531,9 +531,9 @@ var require_no_async_client_component = __commonJS({
|
|
|
531
531
|
}
|
|
532
532
|
});
|
|
533
533
|
|
|
534
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
534
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-before-interactive-script-outside-document.js
|
|
535
535
|
var require_no_before_interactive_script_outside_document = __commonJS({
|
|
536
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
536
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-before-interactive-script-outside-document.js"(exports, module) {
|
|
537
537
|
"use strict";
|
|
538
538
|
var _definerule = require_define_rule();
|
|
539
539
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -631,9 +631,9 @@ var require_no_before_interactive_script_outside_document = __commonJS({
|
|
|
631
631
|
}
|
|
632
632
|
});
|
|
633
633
|
|
|
634
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
634
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-css-tags.js
|
|
635
635
|
var require_no_css_tags = __commonJS({
|
|
636
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
636
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-css-tags.js"(exports, module) {
|
|
637
637
|
"use strict";
|
|
638
638
|
var _definerule = require_define_rule();
|
|
639
639
|
var url = "https://nextjs.org/docs/messages/no-css-tags";
|
|
@@ -676,9 +676,9 @@ var require_no_css_tags = __commonJS({
|
|
|
676
676
|
}
|
|
677
677
|
});
|
|
678
678
|
|
|
679
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
679
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-document-import-in-page.js
|
|
680
680
|
var require_no_document_import_in_page = __commonJS({
|
|
681
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
681
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-document-import-in-page.js"(exports, module) {
|
|
682
682
|
"use strict";
|
|
683
683
|
var _definerule = require_define_rule();
|
|
684
684
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -756,9 +756,9 @@ var require_no_document_import_in_page = __commonJS({
|
|
|
756
756
|
}
|
|
757
757
|
});
|
|
758
758
|
|
|
759
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
759
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-duplicate-head.js
|
|
760
760
|
var require_no_duplicate_head = __commonJS({
|
|
761
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
761
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-duplicate-head.js"(exports, module) {
|
|
762
762
|
"use strict";
|
|
763
763
|
var _definerule = require_define_rule();
|
|
764
764
|
var url = "https://nextjs.org/docs/messages/no-duplicate-head";
|
|
@@ -814,9 +814,9 @@ var require_no_duplicate_head = __commonJS({
|
|
|
814
814
|
}
|
|
815
815
|
});
|
|
816
816
|
|
|
817
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
817
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-head-element.js
|
|
818
818
|
var require_no_head_element = __commonJS({
|
|
819
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
819
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-head-element.js"(exports, module) {
|
|
820
820
|
"use strict";
|
|
821
821
|
var _definerule = require_define_rule();
|
|
822
822
|
var path = __require("path");
|
|
@@ -853,9 +853,9 @@ var require_no_head_element = __commonJS({
|
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
855
|
|
|
856
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
856
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-head-import-in-document.js
|
|
857
857
|
var require_no_head_import_in_document = __commonJS({
|
|
858
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
858
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-head-import-in-document.js"(exports, module) {
|
|
859
859
|
"use strict";
|
|
860
860
|
var _definerule = require_define_rule();
|
|
861
861
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -7613,9 +7613,9 @@ var require_commonjs5 = __commonJS({
|
|
|
7613
7613
|
}
|
|
7614
7614
|
});
|
|
7615
7615
|
|
|
7616
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7616
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/get-root-dirs.js
|
|
7617
7617
|
var require_get_root_dirs = __commonJS({
|
|
7618
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7618
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/get-root-dirs.js"(exports) {
|
|
7619
7619
|
"use strict";
|
|
7620
7620
|
Object.defineProperty(exports, "__esModule", {
|
|
7621
7621
|
value: true
|
|
@@ -7649,9 +7649,9 @@ var require_get_root_dirs = __commonJS({
|
|
|
7649
7649
|
}
|
|
7650
7650
|
});
|
|
7651
7651
|
|
|
7652
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7652
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/url.js
|
|
7653
7653
|
var require_url = __commonJS({
|
|
7654
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7654
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/utils/url.js"(exports) {
|
|
7655
7655
|
"use strict";
|
|
7656
7656
|
Object.defineProperty(exports, "__esModule", {
|
|
7657
7657
|
value: true
|
|
@@ -7811,9 +7811,9 @@ var require_url = __commonJS({
|
|
|
7811
7811
|
}
|
|
7812
7812
|
});
|
|
7813
7813
|
|
|
7814
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7814
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-html-link-for-pages.js
|
|
7815
7815
|
var require_no_html_link_for_pages = __commonJS({
|
|
7816
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
7816
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-html-link-for-pages.js"(exports, module) {
|
|
7817
7817
|
"use strict";
|
|
7818
7818
|
var _definerule = require_define_rule();
|
|
7819
7819
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -8021,9 +8021,9 @@ var require_no_html_link_for_pages = __commonJS({
|
|
|
8021
8021
|
}
|
|
8022
8022
|
});
|
|
8023
8023
|
|
|
8024
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8024
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-img-element.js
|
|
8025
8025
|
var require_no_img_element = __commonJS({
|
|
8026
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8026
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-img-element.js"(exports, module) {
|
|
8027
8027
|
"use strict";
|
|
8028
8028
|
var _definerule = require_define_rule();
|
|
8029
8029
|
var url = "https://nextjs.org/docs/messages/no-img-element";
|
|
@@ -8062,9 +8062,9 @@ var require_no_img_element = __commonJS({
|
|
|
8062
8062
|
}
|
|
8063
8063
|
});
|
|
8064
8064
|
|
|
8065
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8065
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-page-custom-font.js
|
|
8066
8066
|
var require_no_page_custom_font = __commonJS({
|
|
8067
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8067
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-page-custom-font.js"(exports, module) {
|
|
8068
8068
|
"use strict";
|
|
8069
8069
|
var _definerule = require_define_rule();
|
|
8070
8070
|
var _nodeattributes = /* @__PURE__ */ _interop_require_default(require_node_attributes());
|
|
@@ -8183,9 +8183,9 @@ var require_no_page_custom_font = __commonJS({
|
|
|
8183
8183
|
}
|
|
8184
8184
|
});
|
|
8185
8185
|
|
|
8186
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8186
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-script-component-in-head.js
|
|
8187
8187
|
var require_no_script_component_in_head = __commonJS({
|
|
8188
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8188
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-script-component-in-head.js"(exports, module) {
|
|
8189
8189
|
"use strict";
|
|
8190
8190
|
var _definerule = require_define_rule();
|
|
8191
8191
|
var url = "https://nextjs.org/docs/messages/no-script-component-in-head";
|
|
@@ -8233,9 +8233,9 @@ var require_no_script_component_in_head = __commonJS({
|
|
|
8233
8233
|
}
|
|
8234
8234
|
});
|
|
8235
8235
|
|
|
8236
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8236
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-styled-jsx-in-document.js
|
|
8237
8237
|
var require_no_styled_jsx_in_document = __commonJS({
|
|
8238
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8238
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-styled-jsx-in-document.js"(exports, module) {
|
|
8239
8239
|
"use strict";
|
|
8240
8240
|
var _definerule = require_define_rule();
|
|
8241
8241
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -8317,9 +8317,9 @@ var require_no_styled_jsx_in_document = __commonJS({
|
|
|
8317
8317
|
}
|
|
8318
8318
|
});
|
|
8319
8319
|
|
|
8320
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8320
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-sync-scripts.js
|
|
8321
8321
|
var require_no_sync_scripts = __commonJS({
|
|
8322
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8322
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-sync-scripts.js"(exports, module) {
|
|
8323
8323
|
"use strict";
|
|
8324
8324
|
var _definerule = require_define_rule();
|
|
8325
8325
|
var url = "https://nextjs.org/docs/messages/no-sync-scripts";
|
|
@@ -8360,9 +8360,9 @@ var require_no_sync_scripts = __commonJS({
|
|
|
8360
8360
|
}
|
|
8361
8361
|
});
|
|
8362
8362
|
|
|
8363
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8363
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-title-in-document-head.js
|
|
8364
8364
|
var require_no_title_in_document_head = __commonJS({
|
|
8365
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8365
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-title-in-document-head.js"(exports, module) {
|
|
8366
8366
|
"use strict";
|
|
8367
8367
|
var _definerule = require_define_rule();
|
|
8368
8368
|
var url = "https://nextjs.org/docs/messages/no-title-in-document-head";
|
|
@@ -8412,9 +8412,9 @@ var require_no_title_in_document_head = __commonJS({
|
|
|
8412
8412
|
}
|
|
8413
8413
|
});
|
|
8414
8414
|
|
|
8415
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8415
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-typos.js
|
|
8416
8416
|
var require_no_typos = __commonJS({
|
|
8417
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8417
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-typos.js"(exports, module) {
|
|
8418
8418
|
"use strict";
|
|
8419
8419
|
var _definerule = require_define_rule();
|
|
8420
8420
|
var _path = /* @__PURE__ */ _interop_require_wildcard(__require("path"));
|
|
@@ -8563,9 +8563,9 @@ var require_no_typos = __commonJS({
|
|
|
8563
8563
|
}
|
|
8564
8564
|
});
|
|
8565
8565
|
|
|
8566
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8566
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-unwanted-polyfillio.js
|
|
8567
8567
|
var require_no_unwanted_polyfillio = __commonJS({
|
|
8568
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8568
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/rules/no-unwanted-polyfillio.js"(exports, module) {
|
|
8569
8569
|
"use strict";
|
|
8570
8570
|
var _definerule = require_define_rule();
|
|
8571
8571
|
var NEXT_POLYFILLED_FEATURES = [
|
|
@@ -8690,9 +8690,9 @@ var require_no_unwanted_polyfillio = __commonJS({
|
|
|
8690
8690
|
}
|
|
8691
8691
|
});
|
|
8692
8692
|
|
|
8693
|
-
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8693
|
+
// node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/index.js
|
|
8694
8694
|
var require_dist = __commonJS({
|
|
8695
|
-
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.
|
|
8695
|
+
"node_modules/.pnpm/@next+eslint-plugin-next@14.2.4/node_modules/@next/eslint-plugin-next/dist/index.js"(exports, module) {
|
|
8696
8696
|
"use strict";
|
|
8697
8697
|
module.exports = {
|
|
8698
8698
|
rules: {
|
|
@@ -450588,9 +450588,9 @@ var require_prettier_linter_helpers = __commonJS({
|
|
|
450588
450588
|
}
|
|
450589
450589
|
});
|
|
450590
450590
|
|
|
450591
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
450591
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
|
|
450592
450592
|
var require_package6 = __commonJS({
|
|
450593
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
450593
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
|
|
450594
450594
|
module.exports = {
|
|
450595
450595
|
name: "eslint-plugin-prettier",
|
|
450596
450596
|
version: "5.1.3",
|
|
@@ -451159,9 +451159,9 @@ var require_lib13 = __commonJS({
|
|
|
451159
451159
|
}
|
|
451160
451160
|
});
|
|
451161
451161
|
|
|
451162
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
451162
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
|
|
451163
451163
|
var require_eslint_plugin_prettier = __commonJS({
|
|
451164
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
451164
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
|
|
451165
451165
|
"use strict";
|
|
451166
451166
|
var {
|
|
451167
451167
|
showInvisibles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@graphql-eslint/eslint-plugin": "3.20.1",
|
|
58
|
-
"@next/eslint-plugin-next": "14.2.
|
|
58
|
+
"@next/eslint-plugin-next": "14.2.4",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "7.12.0",
|
|
60
60
|
"@typescript-eslint/parser": "7.11.0",
|
|
61
61
|
"eslint-config-prettier": "9.1.0",
|
package/react.js
CHANGED
|
@@ -443470,9 +443470,9 @@ var require_prettier_linter_helpers = __commonJS({
|
|
|
443470
443470
|
}
|
|
443471
443471
|
});
|
|
443472
443472
|
|
|
443473
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
443473
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
|
|
443474
443474
|
var require_package6 = __commonJS({
|
|
443475
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
443475
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
|
|
443476
443476
|
module.exports = {
|
|
443477
443477
|
name: "eslint-plugin-prettier",
|
|
443478
443478
|
version: "5.1.3",
|
|
@@ -444041,9 +444041,9 @@ var require_lib13 = __commonJS({
|
|
|
444041
444041
|
}
|
|
444042
444042
|
});
|
|
444043
444043
|
|
|
444044
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
444044
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
|
|
444045
444045
|
var require_eslint_plugin_prettier = __commonJS({
|
|
444046
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
444046
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
|
|
444047
444047
|
"use strict";
|
|
444048
444048
|
var {
|
|
444049
444049
|
showInvisibles,
|
package/recommended.js
CHANGED
|
@@ -266776,9 +266776,9 @@ var require_prettier_linter_helpers = __commonJS({
|
|
|
266776
266776
|
}
|
|
266777
266777
|
});
|
|
266778
266778
|
|
|
266779
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
266779
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
|
|
266780
266780
|
var require_package6 = __commonJS({
|
|
266781
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
266781
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
|
|
266782
266782
|
module.exports = {
|
|
266783
266783
|
name: "eslint-plugin-prettier",
|
|
266784
266784
|
version: "5.1.3",
|
|
@@ -267347,9 +267347,9 @@ var require_lib8 = __commonJS({
|
|
|
267347
267347
|
}
|
|
267348
267348
|
});
|
|
267349
267349
|
|
|
267350
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
267350
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
|
|
267351
267351
|
var require_eslint_plugin_prettier = __commonJS({
|
|
267352
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
267352
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
|
|
267353
267353
|
"use strict";
|
|
267354
267354
|
var {
|
|
267355
267355
|
showInvisibles,
|
|
@@ -454046,7 +454046,7 @@ var require_dist16 = __commonJS({
|
|
|
454046
454046
|
}
|
|
454047
454047
|
});
|
|
454048
454048
|
|
|
454049
|
-
// node_modules/.pnpm/tslib@2.6.
|
|
454049
|
+
// node_modules/.pnpm/tslib@2.6.3/node_modules/tslib/tslib.es6.mjs
|
|
454050
454050
|
var tslib_es6_exports = {};
|
|
454051
454051
|
__export(tslib_es6_exports, {
|
|
454052
454052
|
__addDisposableResource: () => __addDisposableResource,
|
|
@@ -454316,16 +454316,24 @@ function __await(v) {
|
|
|
454316
454316
|
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
454317
454317
|
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
454318
454318
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
454319
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
|
|
454319
|
+
return i = {}, verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function() {
|
|
454320
454320
|
return this;
|
|
454321
454321
|
}, i;
|
|
454322
|
-
function
|
|
454323
|
-
|
|
454324
|
-
return
|
|
454325
|
-
q.push([n, v, a, b]) > 1 || resume(n, v);
|
|
454326
|
-
});
|
|
454322
|
+
function awaitReturn(f) {
|
|
454323
|
+
return function(v) {
|
|
454324
|
+
return Promise.resolve(v).then(f, reject);
|
|
454327
454325
|
};
|
|
454328
454326
|
}
|
|
454327
|
+
function verb(n, f) {
|
|
454328
|
+
if (g[n]) {
|
|
454329
|
+
i[n] = function(v) {
|
|
454330
|
+
return new Promise(function(a, b) {
|
|
454331
|
+
q.push([n, v, a, b]) > 1 || resume(n, v);
|
|
454332
|
+
});
|
|
454333
|
+
};
|
|
454334
|
+
if (f) i[n] = f(i[n]);
|
|
454335
|
+
}
|
|
454336
|
+
}
|
|
454329
454337
|
function resume(n, v) {
|
|
454330
454338
|
try {
|
|
454331
454339
|
step(g[n](v));
|
|
@@ -454416,7 +454424,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
|
454416
454424
|
function __addDisposableResource(env, value, async) {
|
|
454417
454425
|
if (value !== null && value !== void 0) {
|
|
454418
454426
|
if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
|
|
454419
|
-
var dispose;
|
|
454427
|
+
var dispose, inner;
|
|
454420
454428
|
if (async) {
|
|
454421
454429
|
if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
|
|
454422
454430
|
dispose = value[Symbol.asyncDispose];
|
|
@@ -454424,8 +454432,16 @@ function __addDisposableResource(env, value, async) {
|
|
|
454424
454432
|
if (dispose === void 0) {
|
|
454425
454433
|
if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
|
|
454426
454434
|
dispose = value[Symbol.dispose];
|
|
454435
|
+
if (async) inner = dispose;
|
|
454427
454436
|
}
|
|
454428
454437
|
if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
|
|
454438
|
+
if (inner) dispose = function() {
|
|
454439
|
+
try {
|
|
454440
|
+
inner.call(this);
|
|
454441
|
+
} catch (e) {
|
|
454442
|
+
return Promise.reject(e);
|
|
454443
|
+
}
|
|
454444
|
+
};
|
|
454429
454445
|
env.stack.push({ value, dispose, async });
|
|
454430
454446
|
} else if (async) {
|
|
454431
454447
|
env.stack.push({ async: true });
|
|
@@ -454456,7 +454472,7 @@ function __disposeResources(env) {
|
|
|
454456
454472
|
}
|
|
454457
454473
|
var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedError, tslib_es6_default;
|
|
454458
454474
|
var init_tslib_es6 = __esm({
|
|
454459
|
-
"node_modules/.pnpm/tslib@2.6.
|
|
454475
|
+
"node_modules/.pnpm/tslib@2.6.3/node_modules/tslib/tslib.es6.mjs"() {
|
|
454460
454476
|
extendStatics = function(d, b) {
|
|
454461
454477
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
454462
454478
|
d2.__proto__ = b2;
|
package/yml.js
CHANGED
|
@@ -296606,9 +296606,9 @@ var require_prettier_linter_helpers = __commonJS({
|
|
|
296606
296606
|
}
|
|
296607
296607
|
});
|
|
296608
296608
|
|
|
296609
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
296609
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
|
|
296610
296610
|
var require_package6 = __commonJS({
|
|
296611
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
296611
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
|
|
296612
296612
|
module.exports = {
|
|
296613
296613
|
name: "eslint-plugin-prettier",
|
|
296614
296614
|
version: "5.1.3",
|
|
@@ -297177,9 +297177,9 @@ var require_lib10 = __commonJS({
|
|
|
297177
297177
|
}
|
|
297178
297178
|
});
|
|
297179
297179
|
|
|
297180
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
297180
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
|
|
297181
297181
|
var require_eslint_plugin_prettier = __commonJS({
|
|
297182
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
297182
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
|
|
297183
297183
|
"use strict";
|
|
297184
297184
|
var {
|
|
297185
297185
|
showInvisibles,
|