@ariel-salgado/eslint-config 1.0.3 → 1.0.4

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1488,7 +1488,7 @@ async function tailwindcss(options = {}) {
1488
1488
  name: "ariel/tailwindcss/setup",
1489
1489
  plugins: { tailwindcss: plugin_tailwindcss }
1490
1490
  }, ...cwds.map((path, i) => ({
1491
- files,
1491
+ files: files.map((file) => `${path}/${file}`),
1492
1492
  name: cwds.length > 1 ? `ariel/tailwindcss/rules/workspace-${i + 1}` : "ariel/tailwindcss/rules",
1493
1493
  ...has_svelte() && { languageOptions: { parser: svelte_eslint_parser } },
1494
1494
  rules,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ariel-salgado/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "Eslint config for @ariel-salgado.",
6
6
  "author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com> (https://github.com/ariel-salgado/)",
7
7
  "license": "MIT",