remove identifier match
This commit is contained in:
parent
b14581da01
commit
5bf47bd03b
1
index.js
1
index.js
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user