@dereekb/util 13.13.0 → 13.15.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/eslint/index.cjs.js
CHANGED
|
@@ -8939,7 +8939,7 @@ function collectRuleCompanions(parsed) {
|
|
|
8939
8939
|
/**
|
|
8940
8940
|
* ESLint rule enforcing `@dbxRule` companion tags on enum members in
|
|
8941
8941
|
* `codes.ts` files. Mirrors the extractor at
|
|
8942
|
-
* `packages/dbx-
|
|
8942
|
+
* `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
|
|
8943
8943
|
*/ var UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE = {
|
|
8944
8944
|
meta: {
|
|
8945
8945
|
type: 'suggestion',
|
package/eslint/index.esm.js
CHANGED
|
@@ -8937,7 +8937,7 @@ function collectRuleCompanions(parsed) {
|
|
|
8937
8937
|
/**
|
|
8938
8938
|
* ESLint rule enforcing `@dbxRule` companion tags on enum members in
|
|
8939
8939
|
* `codes.ts` files. Mirrors the extractor at
|
|
8940
|
-
* `packages/dbx-
|
|
8940
|
+
* `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
|
|
8941
8941
|
*/ var UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE = {
|
|
8942
8942
|
meta: {
|
|
8943
8943
|
type: 'suggestion',
|
package/eslint/package.json
CHANGED
|
@@ -38,7 +38,7 @@ export interface UtilRequireDbxRuleCompanionTagsRuleDefinition {
|
|
|
38
38
|
/**
|
|
39
39
|
* ESLint rule enforcing `@dbxRule` companion tags on enum members in
|
|
40
40
|
* `codes.ts` files. Mirrors the extractor at
|
|
41
|
-
* `packages/dbx-
|
|
41
|
+
* `packages/dbx-cli/validate/scripts/extract-rule-catalog.mjs`.
|
|
42
42
|
*/
|
|
43
43
|
export declare const UTIL_REQUIRE_DBX_RULE_COMPANION_TAGS_RULE: UtilRequireDbxRuleCompanionTagsRuleDefinition;
|
|
44
44
|
export {};
|
package/fetch/package.json
CHANGED
package/package.json
CHANGED