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',