@so1ve/eslint-config 3.11.1 → 3.11.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -392,7 +392,8 @@ async function html() {
392
392
  "html/no-trailing-spaces": "off",
393
393
  "html/require-closing-tags": "off",
394
394
  "html/no-extra-spacing-attrs": "off",
395
- "html/quotes": "off"
395
+ "html/quotes": "off",
396
+ "html/attrs-newline": "off"
396
397
  }
397
398
  }];
398
399
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -74,8 +74,8 @@
74
74
  "typescript-eslint": "^8.46.1",
75
75
  "vue-eslint-parser": "^10.2.0",
76
76
  "yaml-eslint-parser": "^1.3.0",
77
- "@so1ve/eslint-plugin": "3.11.1",
78
- "@so1ve/eslint-plugin-sort-imports": "3.11.1"
77
+ "@so1ve/eslint-plugin-sort-imports": "3.11.2",
78
+ "@so1ve/eslint-plugin": "3.11.2"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "eslint": "^9.37.0",