From c025407e811fa1be3589eaf60a82f67de3561c13 Mon Sep 17 00:00:00 2001 From: AbaydulinTI Date: Sat, 29 Nov 2025 21:34:46 +0000 Subject: [PATCH] Add settings.local.json --- settings.local.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 settings.local.json diff --git a/settings.local.json b/settings.local.json new file mode 100644 index 0000000..6583738 --- /dev/null +++ b/settings.local.json @@ -0,0 +1,10 @@ +{ + "enabledPlugins": { + "code-review@claude-code-plugins": true, + "feature-dev@claude-code-plugins": true, + "frontend-design@claude-code-plugins": true + }, + "enabledMcpjsonServers": [ + "chrome-devtools" + ] +} \ No newline at end of file