Skip to content

Commit c7d1a48

Browse files
authored
Merge pull request #20833 from nicolo-ribaudo/claude-ignore-eslint
Do not lint folders for project-level AI coding agents
2 parents d5653a1 + e69432c commit c7d1a48

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ test/tmp/
1313
test/pdfs/
1414
web/locale/
1515
*~/
16+
.claude/
17+
.codex/
18+
.cursor/

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default [
4545
"web/locale/",
4646
"web/wasm/",
4747
"**/*~/",
48+
".{claude,codex,cursor}/",
4849
],
4950
},
5051

0 commit comments

Comments
 (0)