Skip to content

Commit

Permalink
chore: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Nov 26, 2024
1 parent 2d1adfd commit f039f45
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 56 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# XDE
.expo/

# VSCode
.vscode/
jsconfig.json

# Xcode
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish:rc": "nx release publish --tag rc"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "^1.9.4",
"@nx/js": "^20.0.6",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:type": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@hono/valibot-validator": "^0.4.1",
"@kobalte/core": "^0.13.7",
"@rsbuild/core": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useSyncExternalStore } from "react";
import { HotUpdaterModule } from "./native";
import { NativeEventEmitter } from "react-native";
import { HotUpdaterModule } from "./native";

export type HotUpdaterState = {
progress: number;
Expand Down
100 changes: 49 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f039f45

Please sign in to comment.