@ -26,6 +26,7 @@ module.exports = {
},
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]+$)"]
}
The note is not visible to the blocked user.