@shakuroinc/eslint-config-react 7.1.1 → 7.1.2

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/README.md CHANGED
@@ -32,7 +32,7 @@ pnpm add -D \
32
32
  eslint-plugin-prettier \
33
33
  eslint-plugin-react-hooks \
34
34
  eslint-plugin-simple-import-sort \
35
- eslint-plugin-tailwindcss@v4.0.0-alpha.1 \
35
+ eslint-plugin-tailwindcss@4.0.0-alpha.1 \
36
36
  globals \
37
37
  prettier \
38
38
  prettier-plugin-tailwindcss \
package/eslint.config.js CHANGED
@@ -308,7 +308,7 @@ function shakuroConfig(options = {}) {
308
308
  ...(nextSettings ? { next: nextSettings } : {}),
309
309
  tailwindcss: {
310
310
  callees: tailwindCallees,
311
- ...(tailwindStylesheet ? { config: tailwindStylesheet } : {}),
311
+ ...(tailwindStylesheet ? { cssConfigPath: tailwindStylesheet } : {}),
312
312
  officialSorting: true,
313
313
  },
314
314
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakuroinc/eslint-config-react",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "Shakuro shared ESLint + Prettier config (flat config, ESLint 9/10, React 19, Tailwind v4).",
5
5
  "main": "eslint.config.js",
6
6
  "exports": {