@anolilab/eslint-config 16.1.2 → 16.2.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.d.cts CHANGED
@@ -16274,6 +16274,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsSilentConsole
16274
16274
  astro?: boolean | (OptionsFiles & OptionsOverrides);
16275
16275
  comments?: OptionsFiles & OptionsOverrides;
16276
16276
  compat?: OptionsFiles;
16277
+ css?: boolean | (OptionsFiles & OptionsOverrides);
16277
16278
  cwd?: string;
16278
16279
  formatters?: OptionsFormatters | boolean;
16279
16280
  gitignore?: FlatGitignoreOptions | boolean;
@@ -16411,7 +16412,7 @@ type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, "plug
16411
16412
  plugins?: Record<string, any>;
16412
16413
  };
16413
16414
 
16414
- type FileType = "all" | "astro_ts" | "astro" | "css" | "d.ts" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "vitest" | "xml" | "yaml";
16415
+ type FileType = "all" | "astro_ts" | "astro" | "css" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "types" | "vitest" | "xml" | "yaml";
16415
16416
  declare const getFilesGlobs: (fileType: FileType) => string[];
16416
16417
 
16417
16418
  type ResolvedOptions<T> = T extends boolean ? never : NonNullable<T>;
package/dist/index.d.mts CHANGED
@@ -16274,6 +16274,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsSilentConsole
16274
16274
  astro?: boolean | (OptionsFiles & OptionsOverrides);
16275
16275
  comments?: OptionsFiles & OptionsOverrides;
16276
16276
  compat?: OptionsFiles;
16277
+ css?: boolean | (OptionsFiles & OptionsOverrides);
16277
16278
  cwd?: string;
16278
16279
  formatters?: OptionsFormatters | boolean;
16279
16280
  gitignore?: FlatGitignoreOptions | boolean;
@@ -16411,7 +16412,7 @@ type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, "plug
16411
16412
  plugins?: Record<string, any>;
16412
16413
  };
16413
16414
 
16414
- type FileType = "all" | "astro_ts" | "astro" | "css" | "d.ts" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "vitest" | "xml" | "yaml";
16415
+ type FileType = "all" | "astro_ts" | "astro" | "css" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "types" | "vitest" | "xml" | "yaml";
16415
16416
  declare const getFilesGlobs: (fileType: FileType) => string[];
16416
16417
 
16417
16418
  type ResolvedOptions<T> = T extends boolean ? never : NonNullable<T>;
package/dist/index.d.ts CHANGED
@@ -16274,6 +16274,7 @@ interface OptionsConfig extends OptionsComponentExtensions, OptionsSilentConsole
16274
16274
  astro?: boolean | (OptionsFiles & OptionsOverrides);
16275
16275
  comments?: OptionsFiles & OptionsOverrides;
16276
16276
  compat?: OptionsFiles;
16277
+ css?: boolean | (OptionsFiles & OptionsOverrides);
16277
16278
  cwd?: string;
16278
16279
  formatters?: OptionsFormatters | boolean;
16279
16280
  gitignore?: FlatGitignoreOptions | boolean;
@@ -16411,7 +16412,7 @@ type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, "plug
16411
16412
  plugins?: Record<string, any>;
16412
16413
  };
16413
16414
 
16414
- type FileType = "all" | "astro_ts" | "astro" | "css" | "d.ts" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "vitest" | "xml" | "yaml";
16415
+ type FileType = "all" | "astro_ts" | "astro" | "css" | "e2e" | "graphql" | "html" | "js_and_ts" | "js" | "jsx_and_tsx" | "less" | "markdown_in_markdown" | "markdown_inline_js_jsx" | "markdown" | "postcss" | "scss" | "storybook" | "svg" | "toml" | "ts" | "types" | "vitest" | "xml" | "yaml";
16415
16416
  declare const getFilesGlobs: (fileType: FileType) => string[];
16416
16417
 
16417
16418
  type ResolvedOptions<T> = T extends boolean ? never : NonNullable<T>;