@sarj/eslint-plugin 11.0.0 → 11.1.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/README.md +30 -360
- package/dist/index.cjs +327 -68
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +327 -68
- package/package.json +3 -2
package/dist/index.d.cts
CHANGED
|
@@ -77,7 +77,7 @@ interface RuleOptions {
|
|
|
77
77
|
/**
|
|
78
78
|
* @fileoverview _renames — every rule this plugin has renamed, old name to new; the old names no longer resolve, so this map is what says what to write instead.
|
|
79
79
|
*
|
|
80
|
-
* `sarj-standards
|
|
80
|
+
* `sarj-standards maintain sync-ledger` turns each entry into the consumer-facing ledger row.
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
declare const renamedRules: {
|
|
@@ -453,7 +453,7 @@ type FlatPreset = {
|
|
|
453
453
|
declare const plugin: {
|
|
454
454
|
readonly meta: {
|
|
455
455
|
readonly name: "@sarj/eslint-plugin";
|
|
456
|
-
readonly version: "11.
|
|
456
|
+
readonly version: "11.1.0";
|
|
457
457
|
};
|
|
458
458
|
readonly rules: {
|
|
459
459
|
readonly "duplicate-test-body": _typescript_eslint_utils_ts_eslint.RuleModule<"duplicateTestBody", readonly [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener> & {
|
package/dist/index.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ interface RuleOptions {
|
|
|
77
77
|
/**
|
|
78
78
|
* @fileoverview _renames — every rule this plugin has renamed, old name to new; the old names no longer resolve, so this map is what says what to write instead.
|
|
79
79
|
*
|
|
80
|
-
* `sarj-standards
|
|
80
|
+
* `sarj-standards maintain sync-ledger` turns each entry into the consumer-facing ledger row.
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
declare const renamedRules: {
|
|
@@ -453,7 +453,7 @@ type FlatPreset = {
|
|
|
453
453
|
declare const plugin: {
|
|
454
454
|
readonly meta: {
|
|
455
455
|
readonly name: "@sarj/eslint-plugin";
|
|
456
|
-
readonly version: "11.
|
|
456
|
+
readonly version: "11.1.0";
|
|
457
457
|
};
|
|
458
458
|
readonly rules: {
|
|
459
459
|
readonly "duplicate-test-body": _typescript_eslint_utils_ts_eslint.RuleModule<"duplicateTestBody", readonly [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener> & {
|