From abcc1faf23cd78d230fdec50b4037df8f71e5677 Mon Sep 17 00:00:00 2001 From: edideaur <182119792+edideaur@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:03:17 +0000 Subject: [PATCH] style: auto-fix linting issues --- .claude/settings.local.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4be2f7b..13237fa 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,9 +1,9 @@ { - "permissions": { - "allow": [ - "Bash(grep:*)", - "Bash(find /c/Users/Admin/Documents/GitHub/monochrome -type f \\\\\\(-name *.html -o -name index.html \\\\\\))", - "Bash(xargs wc:*)" - ] - } + "permissions": { + "allow": [ + "Bash(grep:*)", + "Bash(find /c/Users/Admin/Documents/GitHub/monochrome -type f \\\\\\(-name *.html -o -name index.html \\\\\\))", + "Bash(xargs wc:*)" + ] + } }