lint
This commit is contained in:
parent
dc462060f8
commit
5e4bd6c0ba
2
index.js
2
index.js
@ -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]+$)']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user