From f7d4b923f4ddfb9cb0a055afbbc4335e71ed2ed2 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 20 May 2026 16:01:16 +0200 Subject: [PATCH] chore : autorise eslint dans l'allowlist de permissions locale (#MUI-33) Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8aaa994..278a4af 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -12,7 +12,9 @@ "Bash(mv buttonIcon.story.vue button/)", "Bash(mv inputText.story.vue inputAmount.story.vue inputNumber.story.vue inputPassword.story.vue inputTextArea.story.vue inputUpload.story.vue input/)", "Bash(mv InputSelect.story.vue selectCheckbox.story.vue select/)", - "Bash(mv inputCheckbox.story.vue checkbox/)" + "Bash(mv inputCheckbox.story.vue checkbox/)", + "Bash(npx eslint *)", + "Bash(echo \"LINT EXIT: $?\")" ] } }