@meteorlxy/eslint-config 7.5.0 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -594,7 +594,7 @@ const builtinRules = {
594
594
  //#endregion
595
595
  //#region src/rules/eslint-comments.ts
596
596
  const eslintCommentsRules = {
597
- "@eslint-community/eslint-comments/disable-enable-pair": "error",
597
+ "@eslint-community/eslint-comments/disable-enable-pair": ["error", { allowWholeFile: true }],
598
598
  "@eslint-community/eslint-comments/no-aggregating-enable": "error",
599
599
  "@eslint-community/eslint-comments/no-duplicate-disable": "error",
600
600
  "@eslint-community/eslint-comments/no-unlimited-disable": "error",
package/dist/index.d.cts CHANGED
@@ -604,7 +604,9 @@ declare const builtinRules: {
604
604
  //#endregion
605
605
  //#region src/rules/eslint-comments.d.ts
606
606
  declare const eslintCommentsRules: {
607
- '@eslint-community/eslint-comments/disable-enable-pair': "error";
607
+ '@eslint-community/eslint-comments/disable-enable-pair': ["error", {
608
+ allowWholeFile: boolean;
609
+ }];
608
610
  '@eslint-community/eslint-comments/no-aggregating-enable': "error";
609
611
  '@eslint-community/eslint-comments/no-duplicate-disable': "error";
610
612
  '@eslint-community/eslint-comments/no-unlimited-disable': "error";
package/dist/index.d.mts CHANGED
@@ -602,7 +602,9 @@ declare const builtinRules: {
602
602
  //#endregion
603
603
  //#region src/rules/eslint-comments.d.ts
604
604
  declare const eslintCommentsRules: {
605
- '@eslint-community/eslint-comments/disable-enable-pair': "error";
605
+ '@eslint-community/eslint-comments/disable-enable-pair': ["error", {
606
+ allowWholeFile: boolean;
607
+ }];
606
608
  '@eslint-community/eslint-comments/no-aggregating-enable': "error";
607
609
  '@eslint-community/eslint-comments/no-duplicate-disable': "error";
608
610
  '@eslint-community/eslint-comments/no-unlimited-disable': "error";
package/dist/index.mjs CHANGED
@@ -556,7 +556,7 @@ const builtinRules = {
556
556
  //#endregion
557
557
  //#region src/rules/eslint-comments.ts
558
558
  const eslintCommentsRules = {
559
- "@eslint-community/eslint-comments/disable-enable-pair": "error",
559
+ "@eslint-community/eslint-comments/disable-enable-pair": ["error", { allowWholeFile: true }],
560
560
  "@eslint-community/eslint-comments/no-aggregating-enable": "error",
561
561
  "@eslint-community/eslint-comments/no-duplicate-disable": "error",
562
562
  "@eslint-community/eslint-comments/no-unlimited-disable": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorlxy/eslint-config",
3
- "version": "7.5.0",
3
+ "version": "7.6.0",
4
4
  "description": "meteorlxy eslint config",
5
5
  "keywords": [
6
6
  "config",