@rotki/eslint-config 2.4.3 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1743,7 +1743,7 @@ async function vue(options = {}) {
|
|
|
1743
1743
|
],
|
|
1744
1744
|
"vue/component-options-name-casing": ["error", "PascalCase"],
|
|
1745
1745
|
"vue/custom-event-name-casing": ["error", "kebab-case", {
|
|
1746
|
-
ignores: [/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u]
|
|
1746
|
+
ignores: ["/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u"]
|
|
1747
1747
|
}],
|
|
1748
1748
|
"vue/define-macros-order": ["error", {
|
|
1749
1749
|
order: ["defineOptions", "defineProps", "defineEmits", "defineSlots"]
|
package/dist/index.js
CHANGED
|
@@ -1650,7 +1650,7 @@ async function vue(options = {}) {
|
|
|
1650
1650
|
],
|
|
1651
1651
|
"vue/component-options-name-casing": ["error", "PascalCase"],
|
|
1652
1652
|
"vue/custom-event-name-casing": ["error", "kebab-case", {
|
|
1653
|
-
ignores: [/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u]
|
|
1653
|
+
ignores: ["/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u"]
|
|
1654
1654
|
}],
|
|
1655
1655
|
"vue/define-macros-order": ["error", {
|
|
1656
1656
|
order: ["defineOptions", "defineProps", "defineEmits", "defineSlots"]
|