@dword-design/eslint-config 8.0.0 → 8.0.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.
@@ -195,16 +195,7 @@ export default ({
195
195
  svg: true,
196
196
  xml: true
197
197
  })
198
- }],
199
- "vue/attributes-order": ["error", {
200
- alphabetical: true
201
- }],
202
- "vue/no-deprecated-functional-template": "error",
203
- "vue/order-in-components": "off",
204
- "vue/prefer-true-attribute-shorthand": "error",
205
- "vue/require-default-prop": "off",
206
- "vue/require-prop-types": "off"
207
- // Complains about title not being a string if variable is passed
198
+ }]
208
199
  },
209
200
  settings: {
210
201
  "import-x/resolver-next": [createTypeScriptImportResolver({
@@ -232,7 +223,15 @@ export default ({
232
223
  }, {
233
224
  files: ["**/*.vue"],
234
225
  rules: {
235
- "vue/multi-word-component-names": "off"
226
+ "vue/attributes-order": ["error", {
227
+ alphabetical: true
228
+ }],
229
+ "vue/component-api-style": ["error", ["script-setup"]],
230
+ "vue/multi-word-component-names": "off",
231
+ "vue/no-deprecated-functional-template": "error",
232
+ "vue/prefer-true-attribute-shorthand": "error",
233
+ "vue/prefer-use-template-ref": "error",
234
+ "vue/require-default-prop": "off"
236
235
  }
237
236
  }]);
238
237
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -58,12 +58,12 @@
58
58
  "typescript-eslint": "^8.34.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@dword-design/base": "^14.1.2",
61
+ "@dword-design/base": "^15.0.0",
62
62
  "@playwright/test": "^1.53.1",
63
63
  "endent": "npm:@dword-design/endent@^1.4.1",
64
64
  "output-files": "^3.0.0"
65
65
  },
66
- "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
66
+ "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
67
67
  "engines": {
68
68
  "node": ">=20"
69
69
  },