D
Deno
Lint does not ignore `**/*.gen.ts` files as expected - Deno
S
Deno
•
9mo ago
•
5 replies
Sebastian
Lint does not ignore `**/*.gen.ts` files as expected
I
’m trying to configure Deno
’s linter to ignore all files matching
**/*.gen.ts
**/*.gen.ts
. I have a hard time making it ignore generated files
.
Here
’s the relevant part of my
deno.json
deno.json
:
{
"lint": {
"exclude": [
"**/*.gen.ts"
]
}
}
{
"lint": {
"exclude": [
"**/*.gen.ts"
]
}
}
Environment
:
- Deno version
: deno 2
.3
.3
- OS
: 15
.5
(24F74
)
- Editor
: Zed
I
've created a mock repo here
:
https://github.com/bastianplsfix/postera/blob/main/www/deno.json
GitHub
postera/www/deno.json at main · bastianplsfix/postera
Contribute to bastianplsfix
/postera development by creating an account on GitHub
.
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
fresh.gen.ts blank
S
simonkay. / help
3y ago
deno.run not working as expected
C
ChilliSniff / help
4y ago
What does deno lint do, if not type check?
B
bozdoz / help
2y ago