@sarj/eslint-plugin 15.8.1 → 15.9.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 +1214 -1045
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +282 -112
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -220,7 +220,7 @@ declare const rules: {
|
|
|
220
220
|
libraries: readonly RestrictedLibrary[];
|
|
221
221
|
}], "restrictedLibraryLoad">;
|
|
222
222
|
readonly "no-repeated-string-literal": DocumentedRule<readonly [], "noRepeatedStringLiteral">;
|
|
223
|
-
readonly "no-restated-comment": DocumentedRule<readonly [], "restatesLineBelow">;
|
|
223
|
+
readonly "no-restated-comment": DocumentedRule<readonly [], "deleteComment" | "restatesLineBelow">;
|
|
224
224
|
readonly "no-restated-jsdoc": DocumentedRule<readonly [], "restatesSignature" | "deleteBlock">;
|
|
225
225
|
readonly "no-secret-in-log": DocumentedRule<readonly [LoggingOptions?], "noSecretInLog" | "noRawBodyInLog">;
|
|
226
226
|
readonly "no-select-star": DocumentedRule<readonly [], "noSelectStar">;
|
|
@@ -231,7 +231,7 @@ declare const rules: {
|
|
|
231
231
|
readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop" | "noStringReduce">;
|
|
232
232
|
readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
|
|
233
233
|
readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
|
|
234
|
-
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
|
|
234
|
+
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue" | "removeNarration">;
|
|
235
235
|
readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
236
236
|
readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
|
|
237
237
|
readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
@@ -435,7 +435,7 @@ type FlatPreset = {
|
|
|
435
435
|
declare const plugin: {
|
|
436
436
|
readonly meta: {
|
|
437
437
|
readonly name: "@sarj/eslint-plugin";
|
|
438
|
-
readonly version: "15.
|
|
438
|
+
readonly version: "15.9.0";
|
|
439
439
|
};
|
|
440
440
|
readonly rules: {
|
|
441
441
|
readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
|
|
@@ -470,7 +470,7 @@ declare const plugin: {
|
|
|
470
470
|
libraries: readonly RestrictedLibrary[];
|
|
471
471
|
}], "restrictedLibraryLoad">;
|
|
472
472
|
readonly "no-repeated-string-literal": DocumentedRule<readonly [], "noRepeatedStringLiteral">;
|
|
473
|
-
readonly "no-restated-comment": DocumentedRule<readonly [], "restatesLineBelow">;
|
|
473
|
+
readonly "no-restated-comment": DocumentedRule<readonly [], "deleteComment" | "restatesLineBelow">;
|
|
474
474
|
readonly "no-restated-jsdoc": DocumentedRule<readonly [], "restatesSignature" | "deleteBlock">;
|
|
475
475
|
readonly "no-secret-in-log": DocumentedRule<readonly [LoggingOptions?], "noSecretInLog" | "noRawBodyInLog">;
|
|
476
476
|
readonly "no-select-star": DocumentedRule<readonly [], "noSelectStar">;
|
|
@@ -481,7 +481,7 @@ declare const plugin: {
|
|
|
481
481
|
readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop" | "noStringReduce">;
|
|
482
482
|
readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
|
|
483
483
|
readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
|
|
484
|
-
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
|
|
484
|
+
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue" | "removeNarration">;
|
|
485
485
|
readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
486
486
|
readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
|
|
487
487
|
readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
package/dist/index.d.ts
CHANGED
|
@@ -220,7 +220,7 @@ declare const rules: {
|
|
|
220
220
|
libraries: readonly RestrictedLibrary[];
|
|
221
221
|
}], "restrictedLibraryLoad">;
|
|
222
222
|
readonly "no-repeated-string-literal": DocumentedRule<readonly [], "noRepeatedStringLiteral">;
|
|
223
|
-
readonly "no-restated-comment": DocumentedRule<readonly [], "restatesLineBelow">;
|
|
223
|
+
readonly "no-restated-comment": DocumentedRule<readonly [], "deleteComment" | "restatesLineBelow">;
|
|
224
224
|
readonly "no-restated-jsdoc": DocumentedRule<readonly [], "restatesSignature" | "deleteBlock">;
|
|
225
225
|
readonly "no-secret-in-log": DocumentedRule<readonly [LoggingOptions?], "noSecretInLog" | "noRawBodyInLog">;
|
|
226
226
|
readonly "no-select-star": DocumentedRule<readonly [], "noSelectStar">;
|
|
@@ -231,7 +231,7 @@ declare const rules: {
|
|
|
231
231
|
readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop" | "noStringReduce">;
|
|
232
232
|
readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
|
|
233
233
|
readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
|
|
234
|
-
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
|
|
234
|
+
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue" | "removeNarration">;
|
|
235
235
|
readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
236
236
|
readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
|
|
237
237
|
readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
@@ -435,7 +435,7 @@ type FlatPreset = {
|
|
|
435
435
|
declare const plugin: {
|
|
436
436
|
readonly meta: {
|
|
437
437
|
readonly name: "@sarj/eslint-plugin";
|
|
438
|
-
readonly version: "15.
|
|
438
|
+
readonly version: "15.9.0";
|
|
439
439
|
};
|
|
440
440
|
readonly rules: {
|
|
441
441
|
readonly "iac-source-coupled-test": DocumentedRule<readonly [], "rawSourceOracle">;
|
|
@@ -470,7 +470,7 @@ declare const plugin: {
|
|
|
470
470
|
libraries: readonly RestrictedLibrary[];
|
|
471
471
|
}], "restrictedLibraryLoad">;
|
|
472
472
|
readonly "no-repeated-string-literal": DocumentedRule<readonly [], "noRepeatedStringLiteral">;
|
|
473
|
-
readonly "no-restated-comment": DocumentedRule<readonly [], "restatesLineBelow">;
|
|
473
|
+
readonly "no-restated-comment": DocumentedRule<readonly [], "deleteComment" | "restatesLineBelow">;
|
|
474
474
|
readonly "no-restated-jsdoc": DocumentedRule<readonly [], "restatesSignature" | "deleteBlock">;
|
|
475
475
|
readonly "no-secret-in-log": DocumentedRule<readonly [LoggingOptions?], "noSecretInLog" | "noRawBodyInLog">;
|
|
476
476
|
readonly "no-select-star": DocumentedRule<readonly [], "noSelectStar">;
|
|
@@ -481,7 +481,7 @@ declare const plugin: {
|
|
|
481
481
|
readonly "no-string-concat-in-loop": DocumentedRule<readonly [], "noStringConcatInLoop" | "noStringReduce">;
|
|
482
482
|
readonly "no-tautological-expect": DocumentedRule<readonly [], "tautologicalComparison" | "tautologicalMatcher">;
|
|
483
483
|
readonly "no-typed-doc-sections": DocumentedRule<readonly [], "typedSection">;
|
|
484
|
-
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue">;
|
|
484
|
+
readonly "no-trailing-value-narration": DocumentedRule<readonly [], "deleteNarration" | "narratesValue" | "removeNarration">;
|
|
485
485
|
readonly "no-declaration-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|
|
486
486
|
readonly "no-union-in-comment": DocumentedRule<readonly [], "unionInComment">;
|
|
487
487
|
readonly "no-type-member-comment-wall": DocumentedRule<readonly [Partial<WallOptions>?], "commentWall">;
|