chore: frigg off

This commit is contained in:
cha0s 2021-01-24 19:06:34 -06:00
parent ee6853e1c1
commit 363890c3d2

View File

@ -10,6 +10,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',