Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Sep 25, 2024
1 parent 3d69655 commit a1bd9bf
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 935 deletions.
2 changes: 1 addition & 1 deletion biome.json
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.2/schema.json",
"extends": ["./packages/biome/biome.json"],
"vcs": {
"enabled": true,
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"ci": "biome ci --changed"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "^1.9.2",
"@changesets/cli": "^2.27.8",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/node": "22.7.0",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"lefthook": "^1.7.15",
"lefthook": "^1.7.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"tsup": "8.2.4",
"turbo": "2.1.1",
"tsup": "8.3.0",
"turbo": "2.1.2",
"typescript": "5.6.2"
},
"optionalDependencies": {
"@esbuild/darwin-x64": "^0.23.1",
"turbo-darwin-arm64": "^2.1.1"
"@esbuild/darwin-x64": "^0.24.0",
"turbo-darwin-arm64": "^2.1.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0"
}
5 changes: 3 additions & 2 deletions packages/biome/biome.json
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.2/schema.json",
"linter": {
"rules": {
"correctness": {
Expand Down Expand Up @@ -35,7 +35,8 @@
"noSvgWithoutTitle": "warn",
"useMediaCaption": "warn",
"useKeyWithClickEvents": "off",
"useButtonType": "warn"
"useButtonType": "warn",
"noLabelWithoutControl": "warn"
}
}
},
Expand Down
Loading

0 comments on commit a1bd9bf

Please sign in to comment.