Skip to content

Commit

Permalink
Ignore db client in biome.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Nov 28, 2024
1 parent c2108e3 commit a7a9cb0
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@kibertoad/biome-config/configs/biome-package.json"],
"linter": {
"rules": {
"performance": {
"noBarrelFile": "off",
"noReExportAll": "off"
}
}
}
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@kibertoad/biome-config/configs/biome-package.json"],
"linter": {
"rules": {
"performance": {
"noBarrelFile": "off",
"noReExportAll": "off"
}
}
},
"files": {
"ignore": ["db-client"]
}
}

0 comments on commit a7a9cb0

Please sign in to comment.