@tb-dev/eslint-config 6.4.0 → 6.5.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Andrew Ferreira
3
+ Copyright (c) 2025 Andrew Ferreira <andrew.shien2@gmail.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.1",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,26 +24,26 @@
24
24
  "dependencies": {
25
25
  "@typescript-eslint/eslint-plugin": "^8.26.0",
26
26
  "@typescript-eslint/parser": "^8.26.0",
27
- "eslint-plugin-perfectionist": "^4.9.0",
27
+ "eslint-plugin-perfectionist": "^4.10.1",
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.1.0",
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.6",
37
+ "svelte-eslint-parser": "^1.0.1",
38
+ "vue-eslint-parser": "^10.1.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "^22.13.9",
42
- "eslint": "^9.21.0",
41
+ "@types/node": "^22.13.10",
42
+ "eslint": "^9.22.0",
43
43
  "prettier": "^3.5.3",
44
44
  "tslib": "^2.8.1",
45
45
  "typescript": "^5.8.2",
46
- "vite": "^6.2.0",
46
+ "vite": "^6.2.1",
47
47
  "vite-plugin-dts": "^4.5.3"
48
48
  },
49
49
  "peerDependencies": {