fall back to parent id match
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2021-01-21 21:50:04 +01:00
parent 8e11d75a55
commit 71c898ae89
2 changed files with 2 additions and 3 deletions

View File

@ -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]+$)']
} }
} }

View File

@ -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": {