@so1ve/eslint-config 3.11.1 → 3.11.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.
- package/dist/index.js +3 -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
|
}
|
|
@@ -772,9 +773,9 @@ async function javascript({ overrides } = {}) {
|
|
|
772
773
|
"sort-imports/imports": ["error"],
|
|
773
774
|
"sort-imports/exports": "error",
|
|
774
775
|
"array-func/prefer-array-from": "off",
|
|
776
|
+
"array-func/no-unnecessary-this-arg": "off",
|
|
775
777
|
"array-func/prefer-flat": "off",
|
|
776
778
|
"array-func/from-map": "off",
|
|
777
|
-
"array-func/no-unnecessary-this-arg": "error",
|
|
778
779
|
"array-func/avoid-reverse": "error",
|
|
779
780
|
"array-func/prefer-flat-map": "error",
|
|
780
781
|
"no-await-in-promise/no-await-in-promise": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
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.
|
|
78
|
-
"@so1ve/eslint-plugin
|
|
77
|
+
"@so1ve/eslint-plugin-sort-imports": "3.11.3",
|
|
78
|
+
"@so1ve/eslint-plugin": "3.11.3"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": "^9.37.0",
|