@pobammer-ts/small-rules 2.4.1 → 2.5.2

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +13 -0
  2. package/dist/index.js +13 -27332
  3. package/package.json +128 -128
package/dist/index.d.ts CHANGED
@@ -195,6 +195,19 @@ declare const smallRules: import("oxlint-plugin-utilities").Plugin<{
195
195
  readonly type: "object";
196
196
  }], "usePush", undefined>;
197
197
  "no-async-constructor": import("oxlint-plugin-utilities").CreateRule<readonly [], "asyncIifeInConstructor" | "awaitInConstructor" | "orphanedPromise" | "promiseChainInConstructor" | "unhandledAsyncCall", undefined>;
198
+ "no-async-in-system": import("oxlint-plugin-utilities").CreateRule<readonly [{
199
+ readonly additionalProperties: false;
200
+ readonly properties: {
201
+ readonly additionalSystemTypeNames: {
202
+ readonly items: {
203
+ readonly type: "string";
204
+ };
205
+ readonly type: "array";
206
+ readonly uniqueItems: true;
207
+ };
208
+ };
209
+ readonly type: "object";
210
+ }], "noAsyncInSystem", undefined>;
198
211
  "no-cascading-set-state": import("oxlint-plugin-utilities").CreateRule<undefined, "cascadingSetState", undefined>;
199
212
  "no-color3-constructor": import("oxlint-plugin-utilities").CreateRule<readonly [{
200
213
  readonly additionalProperties: false;