@sarj/eslint-plugin 15.1.0 → 15.2.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.d.cts CHANGED
@@ -227,7 +227,7 @@ declare const rules: {
227
227
  readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop">;
228
228
  readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
229
229
  readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
230
- readonly "no-trailing-value-narration": DocumentedRule<readonly [], "narratesValue">;
230
+ readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
231
231
  readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
232
232
  readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
233
233
  readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
@@ -414,7 +414,7 @@ type FlatPreset = {
414
414
  declare const plugin: {
415
415
  readonly meta: {
416
416
  readonly name: "@sarj/eslint-plugin";
417
- readonly version: "15.1.0";
417
+ readonly version: "15.2.0";
418
418
  };
419
419
  readonly rules: {
420
420
  readonly "duplicate-test-body": DocumentedRule<readonly [], "duplicateTestBody">;
@@ -457,7 +457,7 @@ declare const plugin: {
457
457
  readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop">;
458
458
  readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
459
459
  readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
460
- readonly "no-trailing-value-narration": DocumentedRule<readonly [], "narratesValue">;
460
+ readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
461
461
  readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
462
462
  readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
463
463
  readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
package/dist/index.d.ts CHANGED
@@ -227,7 +227,7 @@ declare const rules: {
227
227
  readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop">;
228
228
  readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
229
229
  readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
230
- readonly "no-trailing-value-narration": DocumentedRule<readonly [], "narratesValue">;
230
+ readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
231
231
  readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
232
232
  readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
233
233
  readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
@@ -414,7 +414,7 @@ type FlatPreset = {
414
414
  declare const plugin: {
415
415
  readonly meta: {
416
416
  readonly name: "@sarj/eslint-plugin";
417
- readonly version: "15.1.0";
417
+ readonly version: "15.2.0";
418
418
  };
419
419
  readonly rules: {
420
420
  readonly "duplicate-test-body": DocumentedRule<readonly [], "duplicateTestBody">;
@@ -457,7 +457,7 @@ declare const plugin: {
457
457
  readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop">;
458
458
  readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
459
459
  readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
460
- readonly "no-trailing-value-narration": DocumentedRule<readonly [], "narratesValue">;
460
+ readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
461
461
  readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
462
462
  readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
463
463
  readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;