This commit is contained in:
Timo Hocker 2020-04-27 07:42:15 +02:00
parent dc462060f8
commit 5e4bd6c0ba

View File

@ -27,6 +27,6 @@ module.exports = {
rules: { rules: {
'vue/prop-name-casing': ['error', 'snake_case'], 'vue/prop-name-casing': ['error', 'snake_case'],
'id-match': ["error", "(^[a-z][a-z0-9_]*$|^[A-Z][a-zA-Z]+$)"] 'id-match': ['error', '(^[a-z][a-z0-9_]*$|^[A-Z][a-zA-Z]+$)']
} }
} }