@ariel-salgado/eslint-config 0.0.5-beta.3 → 0.0.5

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1373,7 +1373,7 @@ async function tailwindcss(options = {}) {
1373
1373
  plugins: { tailwindcss: plugin_tailwindcss },
1374
1374
  files,
1375
1375
  rules: { ...plugin_tailwindcss.configs.recommended.rules },
1376
- settings: { tailwindcss: { entryPoint } },
1376
+ settings: { "better-tailwindcss": { entryPoint } },
1377
1377
  ...overrides
1378
1378
  }];
1379
1379
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ariel-salgado/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.5-beta.3",
4
+ "version": "0.0.5",
5
5
  "description": "ESLint config for @ariel-salgado.",
6
6
  "author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com>",
7
7
  "license": "MIT",