@so1ve/eslint-config 3.10.0 → 3.11.0
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 +5 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1433,6 +1433,11 @@ async function vue({ overrides, typescript: typescript$1 } = {}) {
|
|
|
1433
1433
|
"table",
|
|
1434
1434
|
"time"
|
|
1435
1435
|
] }],
|
|
1436
|
+
"vue/v-bind-style": [
|
|
1437
|
+
"error",
|
|
1438
|
+
"shorthand",
|
|
1439
|
+
{ sameNameShorthand: "always" }
|
|
1440
|
+
],
|
|
1436
1441
|
"vue/v-for-delimiter-style": ["error", "in"],
|
|
1437
1442
|
"vue/attributes-order": ["error", {
|
|
1438
1443
|
order: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
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.
|
|
78
|
-
"@so1ve/eslint-plugin
|
|
77
|
+
"@so1ve/eslint-plugin-sort-imports": "3.11.0",
|
|
78
|
+
"@so1ve/eslint-plugin": "3.11.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": "^9.37.0",
|