@zayne-labs/eslint-config 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9782,7 +9782,7 @@ interface OptionsConfig extends OptionsComponentExts {
|
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Enable TailwindCSS support.
|
|
9784
9784
|
*/
|
|
9785
|
-
tailwindcss?:
|
|
9785
|
+
tailwindcss?: (OptionsOverrides & OptionsTailwindCSS) | boolean;
|
|
9786
9786
|
/**
|
|
9787
9787
|
* Enable TOML support.
|
|
9788
9788
|
* @default true
|