@rotki/eslint-config 2.4.2 → 2.4.4

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
@@ -1742,7 +1742,9 @@ async function vue(options = {}) {
1742
1742
  }
1743
1743
  ],
1744
1744
  "vue/component-options-name-casing": ["error", "PascalCase"],
1745
- "vue/custom-event-name-casing": ["error", "kebab-case"],
1745
+ "vue/custom-event-name-casing": ["error", "kebab-case", {
1746
+ ignores: ["/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u"]
1747
+ }],
1746
1748
  "vue/define-macros-order": ["error", {
1747
1749
  order: ["defineOptions", "defineProps", "defineEmits", "defineSlots"]
1748
1750
  }],
package/dist/index.js CHANGED
@@ -1649,7 +1649,9 @@ async function vue(options = {}) {
1649
1649
  }
1650
1650
  ],
1651
1651
  "vue/component-options-name-casing": ["error", "PascalCase"],
1652
- "vue/custom-event-name-casing": ["error", "kebab-case"],
1652
+ "vue/custom-event-name-casing": ["error", "kebab-case", {
1653
+ ignores: ["/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u"]
1654
+ }],
1653
1655
  "vue/define-macros-order": ["error", {
1654
1656
  order: ["defineOptions", "defineProps", "defineEmits", "defineSlots"]
1655
1657
  }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "packageManager": "pnpm@8.14.3",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0",