Skip to content

Commit

Permalink
build: renames types files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 29, 2024
1 parent 68f1656 commit c78d9e8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/build-from-oxlint-config/types.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
import type { Linter } from 'eslint';

export type OxlintConfigPlugins = string[];

export type OxlintConfigCategories = Record<string, unknown>;

export type OxlintConfigRules = Record<string, unknown>;

export type OxlintConfigOverride = {
files: string[];
plugins?: OxlintConfigPlugins;
rules?: OxlintConfigRules;
};

export type EslintPluginOxLintConfig = Linter.Config<
Record<string, 'off' | 'warn'>
>;

export type OxlintConfig = {
[key: string]: unknown;
plugins?: OxlintConfigPlugins;
Expand Down

0 comments on commit c78d9e8

Please sign in to comment.