We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b25bd8 commit 5c96999Copy full SHA for 5c96999
src/internal.d.ts
@@ -1,4 +1,6 @@
1
-export interface InternalOptions {
+import type { PluginOptions } from '.'
2
+
3
+export interface InternalOptions extends PluginOptions {
4
printer: Printer<any>
5
6
/**
src/options.ts
@@ -1,6 +1,5 @@
import type { RequiredOptions, SupportOption } from 'prettier'
import type { Customizations } from './types'
-import './index'
export const options: Record<string, SupportOption> = {
tailwindConfig: {
0 commit comments