mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-15 09:44:03 +02:00
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:
commit
c7d1a48f5e
@ -13,3 +13,6 @@ test/tmp/
|
||||
test/pdfs/
|
||||
web/locale/
|
||||
*~/
|
||||
.claude/
|
||||
.codex/
|
||||
.cursor/
|
||||
|
||||
@ -45,6 +45,7 @@ export default [
|
||||
"web/locale/",
|
||||
"web/wasm/",
|
||||
"**/*~/",
|
||||
".{claude,codex,cursor}/",
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user