UNPKG

@copilotkit/runtime

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

8 lines (7 loc) 234 B
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' } };