@eslinted/defaults 3.3.0 → 3.4.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.
@@ -794,7 +794,7 @@ export declare const rules: {
794
794
  };
795
795
  readonly "ts-ignore": true;
796
796
  readonly "ts-nocheck": true;
797
- readonly minimumDescriptionLength: 32;
797
+ readonly minimumDescriptionLength: 10;
798
798
  }];
799
799
  readonly "@typescript-eslint/ban-tslint-comment": "error";
800
800
  readonly "@typescript-eslint/class-literal-property-style": readonly ["error", "fields"];
@@ -12,7 +12,7 @@ export declare const TsEnable: readonly ["enable", {
12
12
  };
13
13
  readonly "ts-ignore": true;
14
14
  readonly "ts-nocheck": true;
15
- readonly minimumDescriptionLength: 32;
15
+ readonly minimumDescriptionLength: 10;
16
16
  }];
17
17
  readonly "@typescript-eslint/ban-tslint-comment": "error";
18
18
  readonly "@typescript-eslint/class-literal-property-style": readonly ["error", "fields"];
@@ -20,7 +20,7 @@ export const TsEnable = [
20
20
  },
21
21
  "ts-ignore": true,
22
22
  "ts-nocheck": true,
23
- minimumDescriptionLength: 32,
23
+ minimumDescriptionLength: 10,
24
24
  },
25
25
  ],
26
26
  "@typescript-eslint/ban-tslint-comment": ERROR,
@@ -52,7 +52,7 @@ declare const _default: (readonly ["disable", {
52
52
  };
53
53
  readonly "ts-ignore": true;
54
54
  readonly "ts-nocheck": true;
55
- readonly minimumDescriptionLength: 32;
55
+ readonly minimumDescriptionLength: 10;
56
56
  }];
57
57
  readonly "@typescript-eslint/ban-tslint-comment": "error";
58
58
  readonly "@typescript-eslint/class-literal-property-style": readonly ["error", "fields"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.11.0",
3
3
  "name": "@eslinted/defaults",
4
- "version": "3.3.0",
4
+ "version": "3.4.0",
5
5
  "description": "Default scopes for `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
@@ -28,7 +28,7 @@ export const TsEnable = [
28
28
  },
29
29
  "ts-ignore": true,
30
30
  "ts-nocheck": true,
31
- minimumDescriptionLength: 32,
31
+ minimumDescriptionLength: 10,
32
32
  },
33
33
  ],
34
34
  "@typescript-eslint/ban-tslint-comment": ERROR,