chore: useId soon please

This commit is contained in:
cha0s 2022-04-03 04:43:30 -05:00
parent 85f1c595d0
commit a1a89ec3a8

View File

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