@debbl/eslint-config 3.1.7 → 3.1.8
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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -185,7 +185,7 @@ interface OptionsConfig extends OptionsComponentExts {
|
|
|
185
185
|
prettier?: boolean | Omit<GetConfigOption<PrettierConfig>, "tailwindcss">;
|
|
186
186
|
/**
|
|
187
187
|
* Enable Tailwind CSS support.
|
|
188
|
-
* if set to "prettier", it will use `prettier-plugin-tailwindcss`
|
|
188
|
+
* if set to "prettier", it will use `prettier-plugin-tailwindcss` @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
|
|
189
189
|
* @default false
|
|
190
190
|
*/
|
|
191
191
|
tailwindcss?: boolean | "prettier";
|
package/dist/index.d.ts
CHANGED
|
@@ -185,7 +185,7 @@ interface OptionsConfig extends OptionsComponentExts {
|
|
|
185
185
|
prettier?: boolean | Omit<GetConfigOption<PrettierConfig>, "tailwindcss">;
|
|
186
186
|
/**
|
|
187
187
|
* Enable Tailwind CSS support.
|
|
188
|
-
* if set to "prettier", it will use `prettier-plugin-tailwindcss`
|
|
188
|
+
* if set to "prettier", it will use `prettier-plugin-tailwindcss` @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
|
|
189
189
|
* @default false
|
|
190
190
|
*/
|
|
191
191
|
tailwindcss?: boolean | "prettier";
|