fix: annoying

This commit is contained in:
cha0s 2020-07-12 21:07:47 -05:00
parent 6f53f55208
commit aab51da281

View File

@ -11,6 +11,7 @@ const config = {
'brace-style': ['error', 'stroustrup'],
'no-bitwise': ['error', {int32Hint: true}],
'no-plusplus': 'off',
'no-shadow': 'off',
'no-underscore-dangle': 'off',
'padded-blocks': ['error', {classes: 'always'}],
yoda: 'off',