Files
headlessui/packages/@headlessui-vue/.eslintrc.js
T
2020-09-16 18:19:54 +02:00

7 lines
120 B
JavaScript

module.exports = {
rules: {
'react-hooks/rules-of-hooks': 'off',
'react-hooks/exhaustive-deps': 'off',
},
}