pasika 0.3.4 → 0.3.6

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.
@@ -94,6 +94,7 @@ declare const mdRules: {
94
94
  "no-template-prompt": _eslint_markdown.MarkdownRuleDefinition;
95
95
  "guide-folder-entry-point": _eslint_markdown.MarkdownRuleDefinition;
96
96
  "rfc-only-in-bullets": _eslint_markdown.MarkdownRuleDefinition;
97
+ "rfc-keyword-in-every-bullet": _eslint_markdown.MarkdownRuleDefinition;
97
98
  "policy-subject-headings": _eslint_markdown.MarkdownRuleDefinition;
98
99
  "guide-link-anchors": _eslint_markdown.MarkdownRuleDefinition;
99
100
  "no-nested-how-to": _eslint_markdown.MarkdownRuleDefinition;
@@ -114,7 +115,6 @@ declare const cssRules: {
114
115
  };
115
116
 
116
117
  declare const jsonRules: {
117
- "no-cache-flag": _eslint_json.JSONRuleDefinition;
118
118
  "no-vulyk-dependency": _eslint_json.JSONRuleDefinition;
119
119
  };
120
120
 
@@ -163,8 +163,10 @@ declare const pasikaRules: {
163
163
  "stay-flat": eslint.Rule.RuleModule;
164
164
  "type-extraction": eslint.Rule.RuleModule;
165
165
  "locale-placement": eslint.Rule.RuleModule;
166
+ "sole-state-owner": eslint.Rule.RuleModule;
167
+ "locale-key-shape": eslint.Rule.RuleModule;
166
168
  "shared-style-dedup": eslint.Rule.RuleModule;
167
- "no-eslint-disable": eslint.Rule.RuleModule;
169
+ "repeated-structure": eslint.Rule.RuleModule;
168
170
  "zod-schema-validation": eslint.Rule.RuleModule;
169
171
  "source-under-src": eslint.Rule.RuleModule;
170
172
  };