force snake_case in vue properties
This commit is contained in:
5
index.js
5
index.js
@@ -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']
|
||||
|
||||
/*,
|
||||
|
||||
|
Reference in New Issue
Block a user