Skip to content

Commit

Permalink
feat(eslint): update TypeScriptOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 9, 2024
1 parent 90ab480 commit dc514f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eslint/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export interface TailwindCssOptions {
export interface TypeScriptOptions {
files?: string[];
rules?: Rules;
typeCheck?: boolean;
parserOptions?: Linter.ParserOptions;
}
export interface UnicornOptions {
files?: string[];
Expand Down

0 comments on commit dc514f2

Please sign in to comment.