@tb-dev/eslint-config 6.4.0 → 6.5.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.cjs CHANGED
@@ -148,6 +148,7 @@ async function vue(options) {
148
148
  ],
149
149
  "vue/no-export-in-script-setup": "error",
150
150
  "vue/no-expose-after-await": "error",
151
+ "vue/no-import-compiler-macros": "error",
151
152
  "vue/no-lifecycle-after-await": "error",
152
153
  "vue/no-lone-template": "error",
153
154
  "vue/no-multiple-objects-in-class": "error",
@@ -236,7 +237,7 @@ async function vue(options) {
236
237
  }
237
238
  ],
238
239
  "vue/v-for-delimiter-style": ["error", "of"],
239
- "vue/v-on-handler-style": ["error", "inline-function"],
240
+ "vue/v-on-handler-style": "off",
240
241
  "vue/v-on-style": ["error", "shorthand"],
241
242
  "vue/v-slot-style": [
242
243
  "error",
package/dist/index.js CHANGED
@@ -144,6 +144,7 @@ async function vue(options) {
144
144
  ],
145
145
  "vue/no-export-in-script-setup": "error",
146
146
  "vue/no-expose-after-await": "error",
147
+ "vue/no-import-compiler-macros": "error",
147
148
  "vue/no-lifecycle-after-await": "error",
148
149
  "vue/no-lone-template": "error",
149
150
  "vue/no-multiple-objects-in-class": "error",
@@ -232,7 +233,7 @@ async function vue(options) {
232
233
  }
233
234
  ],
234
235
  "vue/v-for-delimiter-style": ["error", "of"],
235
- "vue/v-on-handler-style": ["error", "inline-function"],
236
+ "vue/v-on-handler-style": "off",
236
237
  "vue/v-on-style": ["error", "shorthand"],
237
238
  "vue/v-slot-style": [
238
239
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,16 +26,16 @@
26
26
  "@typescript-eslint/parser": "^8.26.0",
27
27
  "eslint-plugin-perfectionist": "^4.9.0",
28
28
  "eslint-plugin-react": "^7.37.4",
29
- "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
29
+ "eslint-plugin-react-compiler": "=19.0.0-beta-40c6c23-20250301",
30
30
  "eslint-plugin-react-hooks": "^5.2.0",
31
- "eslint-plugin-svelte": "^3.0.2",
31
+ "eslint-plugin-svelte": "^3.0.3",
32
32
  "eslint-plugin-tailwindcss": "^3.18.0",
33
33
  "eslint-plugin-unicorn": "^57.0.0",
34
- "eslint-plugin-vue": "^9.32.0",
34
+ "eslint-plugin-vue": "^10.0.0",
35
35
  "globals": "^16.0.0",
36
- "svelte": "^5.21.0",
37
- "svelte-eslint-parser": "^1.0.0",
38
- "vue-eslint-parser": "^9.4.3"
36
+ "svelte": "^5.22.3",
37
+ "svelte-eslint-parser": "^1.0.1",
38
+ "vue-eslint-parser": "^10.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.13.9",