Skip to content

Commit

Permalink
feat: biome v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jun 4, 2024
1 parent 4c12684 commit ba22f55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down Expand Up @@ -158,7 +158,6 @@
"nursery": {
"all": true,
"noConsole": "off",
"noNodejsModules": "off",
"useImportRestrictions": "off",
"noUndeclaredDependencies": "off",
"noUselessUndefinedInitialization": "off"
Expand Down Expand Up @@ -240,7 +239,7 @@
"indentStyle": "space",
"quoteStyle": "double",
"bracketSpacing": true,
"trailingComma": "none",
"trailingCommas": "none",
"semicolons": "asNeeded",
"bracketSameLine": false,
"jsxQuoteStyle": "double",
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
flake = false;
};
biome = {
url = "github:biomejs/biome/cli/v1.7.3";
url = "github:biomejs/biome/cli/v1.8.0";
flake = false;
};

Expand Down
2 changes: 1 addition & 1 deletion tools/biome/biome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

rustToolchain = rust.mkNightly { target = CARGO_BUILD_TARGET; };

BIOME_VERSION = "1.7.3";
BIOME_VERSION = "1.8.0";

biome = (crane.lib.overrideToolchain rustToolchain).buildPackage {
inherit CARGO_BUILD_TARGET BIOME_VERSION;
Expand Down

0 comments on commit ba22f55

Please sign in to comment.