@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 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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@debbl/eslint-config",
3
3
  "type": "module",
4
- "version": "3.1.7",
4
+ "version": "3.1.8",
5
5
  "description": "Brendan Dash's ESLint config",
6
6
  "author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
7
7
  "license": "MIT",