fall back to parent id match
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8e11d75a55
commit
71c898ae89
3
index.js
3
index.js
@ -26,7 +26,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]+$)']
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/eslint-config-vue",
|
"name": "@sapphirecode/eslint-config-vue",
|
||||||
"version": "1.1.20",
|
"version": "1.1.21",
|
||||||
"description": "scode eslint vue configuration",
|
"description": "scode eslint vue configuration",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user