Files
noteflow/.claude/hookify.block-linter-config-frontend.local.md
2026-01-02 04:22:40 +00:00

1014 B

name, enabled, event, action, conditions
name enabled event action conditions
block-linter-config-frontend true file block
field operator pattern
file_path regex_match ^client/(?!node_modules/).*(?:.?eslint(?:rc|.config).*|.?prettier(?:rc|.config).*|biome.json|tsconfig.json|.?rustfmt.toml|.?clippy.toml)$

🚫 BLOCKED: Frontend Linter Configuration Edit Attempt

You are attempting to edit a frontend linter/formatter configuration file in client/.

Protected TypeScript/JavaScript files:

  • eslint.config.js / .eslintrc*
  • .prettierrc* / prettier.config.*
  • biome.json
  • tsconfig.json

Protected Rust files:

  • .rustfmt.toml / rustfmt.toml
  • .clippy.toml / clippy.toml

Why this is blocked: Frontend linter and formatter configurations are carefully tuned for this project. Changes require explicit user approval.

If you need to modify linter settings:

  1. Ask the user for explicit permission
  2. Explain what change is needed and why
  3. Wait for approval before proceeding