Skip to content

Instantly share code, notes, and snippets.

@hyrious
Created May 13, 2025 12:28
Show Gist options
  • Save hyrious/6f7d792df17b8ff837fee6e42f286666 to your computer and use it in GitHub Desktop.
Save hyrious/6f7d792df17b8ff837fee6e42f286666 to your computer and use it in GitHub Desktop.
One config to save you 8MB of eslint dependencies.
"overrides": {
"eslint": {
// Only loaded for `--mcp`.
"@modelcontextprotocol/sdk": "npm:noop-package",
"zod": "npm:noop-package"
}
}
@hyrious
Copy link
Author

hyrious commented May 13, 2025

However eslint itself still includes 88 packages and 10MB install size. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment