chore: stupid

This commit is contained in:
cha0s 2021-03-29 13:58:27 -05:00
parent 374dd3bcc8
commit 67e8aef8a3

View File

@ -23,6 +23,7 @@ const config = {
rules: {
'babel/object-curly-spacing': 'off',
'brace-style': ['error', 'stroustrup'],
'jsx-a11y/label-has-associated-control': 'off',
'no-bitwise': ['error', {int32Hint: true}],
'no-plusplus': 'off',
'no-shadow': 'off',