update eslint config

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-02-06 20:50:05 +01:00
parent 4721452986
commit 227f28d013

View file

@ -265,11 +265,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error',
'tailwindcss/classnames-order': ['error', {
callees: ['classNames'],
}],
'tailwindcss/migration-from-tailwind-2': 'error',
'tailwindcss/no-custom-classname': 'off',
},
overrides: [
{