mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-03 04:47:21 +02:00
Do not lint folders for project-level AI coding agents
This commit is contained in:
parent
a4fcd830cc
commit
e69432cd89
@ -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