remove identifier match

This commit is contained in:
Timo Hocker 2019-12-20 19:44:38 +01:00
parent b14581da01
commit 5bf47bd03b

View File

@ -126,7 +126,6 @@ module.exports = {
'func-style': ['error', 'declaration', { allowArrowFunctions: false }], 'func-style': ['error', 'declaration', { allowArrowFunctions: false }],
'function-call-argument-newline': ['error', 'consistent'], 'function-call-argument-newline': ['error', 'consistent'],
'function-paren-newline': ['error', 'multiline-arguments'], 'function-paren-newline': ['error', 'multiline-arguments'],
'id-match': ['error', '^([nsoa]([A-Z][a-z]+)+|[a-z])$'],
'implicit-arrow-linebreak': ['error', 'beside'], 'implicit-arrow-linebreak': ['error', 'beside'],
indent: ['error', 2], indent: ['error', 2],
'jsx-quotes': 'error', 'jsx-quotes': 'error',