Skip to content

Commit

Permalink
fix(eslint-config): remove useless append property
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 21, 2024
1 parent a3b985c commit e4da9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config/src/eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type RuleValue = "error" | "warn" | "off" | ["error" | "warn", ...unknown[]];
interface Options<T extends string[]> {
pick?: NoDuplicate<T>;
omit?: NoDuplicate<T>;
append?: Partial<Record<T[number], RuleValue>> | Record<string, RuleValue>;
}
interface ConfigItem {
name: string;
Expand Down

0 comments on commit e4da9cf

Please sign in to comment.