Skip to content

Commit 5c96999

Browse files
committed
Adjust internal types
1 parent 3b25bd8 commit 5c96999

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/internal.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export interface InternalOptions {
1+
import type { PluginOptions } from '.'
2+
3+
export interface InternalOptions extends PluginOptions {
24
printer: Printer<any>
35

46
/**

src/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { RequiredOptions, SupportOption } from 'prettier'
22
import type { Customizations } from './types'
3-
import './index'
43

54
export const options: Record<string, SupportOption> = {
65
tailwindConfig: {

0 commit comments

Comments
 (0)