@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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?: boolean | OptionsTailwindCSS;
9785
+ tailwindcss?: (OptionsOverrides & OptionsTailwindCSS) | boolean;
9786
9786
  /**
9787
9787
  * Enable TOML support.
9788
9788
  * @default true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zayne-labs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "Zayne Labs' ESLint config preset",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",