fix: annoying
This commit is contained in:
parent
6f53f55208
commit
aab51da281
|
@ -11,6 +11,7 @@ const config = {
|
||||||
'brace-style': ['error', 'stroustrup'],
|
'brace-style': ['error', 'stroustrup'],
|
||||||
'no-bitwise': ['error', {int32Hint: true}],
|
'no-bitwise': ['error', {int32Hint: true}],
|
||||||
'no-plusplus': 'off',
|
'no-plusplus': 'off',
|
||||||
|
'no-shadow': 'off',
|
||||||
'no-underscore-dangle': 'off',
|
'no-underscore-dangle': 'off',
|
||||||
'padded-blocks': ['error', {classes: 'always'}],
|
'padded-blocks': ['error', {classes: 'always'}],
|
||||||
yoda: 'off',
|
yoda: 'off',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user