@danielwaltz/eslint-config 2.0.0 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## v2.0.1
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v2.0.0...v2.0.1)
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Update deprecated vue rule ([0a81e29](https://github.com/danielwaltz/eslint-config/commit/0a81e29))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
15
+
4
16
  ## v2.0.0
5
17
 
6
18
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v1.2.0...v2.0.0)
package/dist/index.mjs CHANGED
@@ -108,7 +108,7 @@ function vueConfigs() {
108
108
  { sameNameShorthand: "always" }
109
109
  ],
110
110
  "vue/v-for-delimiter-style": "error",
111
- "vue/v-on-function-call": "error"
111
+ "vue/v-on-handler-style": "error"
112
112
  }
113
113
  }
114
114
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "packageManager": "pnpm@10.6.2",
5
5
  "type": "module",
6
6
  "keywords": [