Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 20, 2024
1 parent ef74d1f commit eab2fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
addVitePlugin,
useNuxt,
addTemplate,
addImportsDir,
createResolver,
addImports
} from '@nuxt/kit'
Expand Down
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface ExtendTailwindConfig {
content?:
| TWConfig['content']
| ((contentDefaults: Array<string>) => TWConfig['content']);
};
}

type BoolObj<T extends Record<string, any>> = boolean | Partial<T>;

Expand Down Expand Up @@ -154,7 +154,7 @@ export interface ModuleOptions {
* @default false // if true, { autocompleteUtil: true }
*/
editorSupport: BoolObj<EditorSupportConfig>;
};
}

export interface ModuleHooks {
/**
Expand Down

0 comments on commit eab2fb4

Please sign in to comment.