Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Feb 1, 2025
1 parent 7eb2b00 commit 5c5ad52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
9 changes: 3 additions & 6 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["./dist", "./package.json"]
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/cubing/scramble.cubing.net#readme",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"@cubing/deploy": "^0.1.4",
"barely-a-dev-server": "^0.7.0",
"esbuild": "^0.20.1",
Expand Down
2 changes: 1 addition & 1 deletion script/barelyServeOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const barelyServeOptions: Parameters<typeof barelyServe>[0] = {
outDir: "dist/web/scramble.cubing.net",
bundleCSS: true,
esbuildOptions: {
loader: { ".woff": "copy", ".woff2": "copy" },
loader: { ".woff": "copy", ".woff2": "copy" },
},
};
3 changes: 1 addition & 2 deletions src/scramble.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ a.cubing-icon:focus,
}

#event-grid button:hover {
cursor: pointer
cursor: pointer;
}

#options hr {
Expand Down Expand Up @@ -209,7 +209,6 @@ a.cubing-icon:focus,
}

@media (prefers-color-scheme: light) {

html,
body {
background: #eee;
Expand Down

0 comments on commit 5c5ad52

Please sign in to comment.