Skip to content

Commit

Permalink
CI/Biome: Update configuration to v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Sep 19, 2024
1 parent b8d92b9 commit 351d33d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"organizeImports": {
"enabled": false
},
Expand All @@ -16,7 +16,10 @@
},
"style": {
"noParameterAssign": "off",
"useConst": "error"
"useConst": "error",
"useConsistentBuiltinInstantiation": "error",
"useThrowNewError": "error",
"useThrowOnlyError": "error"
},
"recommended": true,
"complexity": {
Expand All @@ -34,11 +37,7 @@
"node:buffer": "Use Uint8Array instead of Buffer"
}
}
},
"useConsistentBuiltinInstantiation": "error",
"useThrowNewError": "error",
"useThrowOnlyError": "error",
"useErrorMessage": "error"
}
}
}
},
Expand Down

0 comments on commit 351d33d

Please sign in to comment.