We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecafe8 commit 0b04aadCopy full SHA for 0b04aad
lib/config.ts
@@ -73,6 +73,7 @@ const DEFAULT_PROTECTED_TOOLS = [
73
// Valid config keys for validation against user config
74
export const VALID_CONFIG_KEYS = new Set([
75
// Top-level keys
76
+ "$schema",
77
"enabled",
78
"debug",
79
"showUpdateToasts", // Deprecated but kept for backwards compatibility
0 commit comments