From 5bf47bd03b3443729cac61530c8beabae78fb5b7 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 20 Dec 2019 19:44:38 +0100 Subject: [PATCH] remove identifier match --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 1596187..4699ea1 100644 --- a/index.js +++ b/index.js @@ -126,7 +126,6 @@ module.exports = { 'func-style': ['error', 'declaration', { allowArrowFunctions: false }], 'function-call-argument-newline': ['error', 'consistent'], 'function-paren-newline': ['error', 'multiline-arguments'], - 'id-match': ['error', '^([nsoa]([A-Z][a-z]+)+|[a-z])$'], 'implicit-arrow-linebreak': ['error', 'beside'], indent: ['error', 2], 'jsx-quotes': 'error',