@danielwaltz/eslint-config 2.6.1 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## v2.6.2
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v2.6.1...v2.6.2)
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Update name of define model in macros order rule ([9c813c8](https://github.com/danielwaltz/eslint-config/commit/9c813c8))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
15
+
4
16
  ## v2.6.1
5
17
 
6
18
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v2.6.0...v2.6.1)
package/dist/index.mjs CHANGED
@@ -62,7 +62,7 @@ function vueConfigs() {
62
62
  order: [
63
63
  "definePageMeta",
64
64
  "defineOptions",
65
- "defineModal",
65
+ "defineModel",
66
66
  "defineProps",
67
67
  "defineEmits",
68
68
  "defineSlots"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "packageManager": "pnpm@10.20.0",
5
5
  "type": "module",
6
6
  "keywords": [