chore: annoying

This commit is contained in:
cha0s 2022-03-19 15:25:58 -05:00
parent 6a3ab9d81c
commit c2c15b2f7a

View File

@ -27,6 +27,7 @@ module.exports = {
rules: {
'babel/object-curly-spacing': 'off',
'brace-style': ['error', 'stroustrup'],
'jsx-a11y/label-has-associated-control': ['error', {assert: 'either'}],
'no-plusplus': 'off',
'no-shadow': 'off',
'padded-blocks': ['error', {classes: 'always'}],