@debbl/eslint-config 3.8.5 → 3.8.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 CHANGED
@@ -195,7 +195,10 @@ interface OptionsConfig extends OptionsComponentExts {
195
195
  prettier?: boolean | Omit<GetConfigOption<PrettierConfig>, "tailwindcss">;
196
196
  /**
197
197
  * Enable Tailwind CSS support.
198
- * if set to "prettier", it will use `prettier-plugin-tailwindcss` @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
198
+ *
199
+ * if set to "prettier", it will use `prettier-plugin-tailwindcss`
200
+ * @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
201
+ *
199
202
  * @default false
200
203
  */
201
204
  tailwindcss?: boolean | "prettier";
package/dist/index.d.ts CHANGED
@@ -195,7 +195,10 @@ interface OptionsConfig extends OptionsComponentExts {
195
195
  prettier?: boolean | Omit<GetConfigOption<PrettierConfig>, "tailwindcss">;
196
196
  /**
197
197
  * Enable Tailwind CSS support.
198
- * if set to "prettier", it will use `prettier-plugin-tailwindcss` @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
198
+ *
199
+ * if set to "prettier", it will use `prettier-plugin-tailwindcss`
200
+ * @see https://github.com/tailwindlabs/prettier-plugin-tailwindcss
201
+ *
199
202
  * @default false
200
203
  */
201
204
  tailwindcss?: boolean | "prettier";