@ariel-salgado/eslint-config 0.1.2 → 0.1.3

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1412,9 +1412,9 @@ async function tailwindcss(options = {}) {
1412
1412
  rules: {
1413
1413
  ...plugin_tailwindcss.configs.recommended.rules,
1414
1414
  "tailwindcss/enforce-consistent-line-wrapping": ["error", {
1415
- group: "newLine",
1415
+ group: "never",
1416
1416
  preferSingleLine: true,
1417
- printWidth: 80
1417
+ printWidth: 100
1418
1418
  }],
1419
1419
  "tailwindcss/enforce-consistent-important-position": "error",
1420
1420
  "tailwindcss/enforce-shorthand-classes": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ariel-salgado/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "ESLint config for @ariel-salgado.",
6
6
  "author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com>",
7
7
  "license": "MIT",