Skip to content

Commit 9755796

Browse files
author
devgioele
committed
disable rule jsx-a11y/no-autofocus
1 parent ac02f3b commit 9755796

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ts-react.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
],
2727
'react-hooks/rules-of-hooks': 'error',
2828
'react-hooks/exhaustive-deps': 'error',
29-
'tailwindcss/classnames-order': 'off'
29+
'tailwindcss/classnames-order': 'off',
30+
'jsx-a11y/no-autofocus': 'off'
3031
}
3132
}

0 commit comments

Comments
 (0)