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