Merge pull request #20833 from nicolo-ribaudo/claude-ignore-eslint

Do not lint folders for project-level AI coding agents
This commit is contained in:
calixteman 2026-03-09 15:02:44 +01:00 committed by GitHub
commit c7d1a48f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,6 @@ test/tmp/
test/pdfs/
web/locale/
*~/
.claude/
.codex/
.cursor/

View File

@ -45,6 +45,7 @@ export default [
"web/locale/",
"web/wasm/",
"**/*~/",
".{claude,codex,cursor}/",
],
},