@ -323,7 +323,10 @@ module.exports = {
'node/no-unpublished-require': 'off',
// sort-requires-by-path
'sort-requires-by-path/sort-requires-by-path': 'error'
'sort-requires-by-path/sort-requires-by-path': 'error',
// vue
'vue/prop-name-casing': ['error', 'snake_case']
/*,
The note is not visible to the blocked user.