From 71c898ae894ac75d333b57d5c5f4a9c9ac4c2d4f Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 21 Jan 2021 21:50:04 +0100 Subject: [PATCH] fall back to parent id match --- index.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 14e1807..044ee4e 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,6 @@ module.exports = { }, rules: { - 'vue/prop-name-casing': ['error', 'snake_case'], - 'id-match': ['error', '(^[a-z][a-z0-9_]*$|^[A-Z][a-zA-Z]+$)'] + 'vue/prop-name-casing': ['error', 'snake_case'] } } diff --git a/package.json b/package.json index b683d5f..fb49fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config-vue", - "version": "1.1.20", + "version": "1.1.21", "description": "scode eslint vue configuration", "main": "index.js", "scripts": {