module.exports = { rules: { 'react-hooks/rules-of-hooks': 'off', // Disables React hooks rules 'react-hooks/exhaustive-deps': 'off', // Disables checking of dependency arrays 'turbo/no-undeclared-env-vars': 'off' } };