fix(lint): ignora arquivos gerados do Convex no desktop
Adiciona apps/desktop/src/convex/_generated/** ao ignore do ESLint para evitar warnings de diretivas eslint-disable nao utilizadas em arquivos gerados automaticamente. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6e8a6fe890
commit
e844f16b7f
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ const eslintConfig = [
|
|||
"referência/**",
|
||||
"next-env.d.ts",
|
||||
"convex/_generated/**",
|
||||
"apps/desktop/src/convex/_generated/**",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue