Skip to content

Commit

Permalink
fix: adjust biome handling of generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Dec 12, 2024
1 parent acbea96 commit 9f1d901
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,15 @@
}
},
{
"include": ["./packages/graphql/src/graphql-env.d.ts"],
"include": ["./packages/graphql/src/graphql-*.d.ts"],
"formatter": {
"enabled": false
},
"linter": {
"rules": {
"complexity": {
"noBannedTypes": "off"
}
}
"enabled": false
},
"organizeImports": {
"enabled": false
}
}
]
Expand Down

0 comments on commit 9f1d901

Please sign in to comment.