Created
May 13, 2025 12:28
-
-
Save hyrious/6f7d792df17b8ff837fee6e42f286666 to your computer and use it in GitHub Desktop.
One config to save you 8MB of eslint dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"overrides": { | |
"eslint": { | |
// Only loaded for `--mcp`. | |
"@modelcontextprotocol/sdk": "npm:noop-package", | |
"zod": "npm:noop-package" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
However eslint itself still includes 88 packages and 10MB install size. :/