module.exports = { extends: ['@catalytic/catalytic'], plugins: ['react-hooks'], rules: { 'react-hooks/rules-of-hooks': 'error' } };