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: $?\")" ] } }