Skip to content

Commit

Permalink
biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Dec 27, 2023
1 parent 561647f commit 153ed6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": [".devcontainer/*"]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"build": "vite build",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"sprites": "spritezero ./public/img/sprite ./src/marker_icons; spritezero --ratio=2 ./public/img/sprite@2x ./src/marker_icons; spritezero --ratio=4 ./public/img/sprite@4x ./src/marker_icons",
"lint": "biome lint ./src",
"lint-fix": "biome lint ./src --apply",
"lint": "biome lint .",
"lint-fix": "biome lint .",
"css-build": "sass sass/mystyles.scss src/mystyles.css",
"css-watch": "npm run css-build -- --watch"
},
Expand Down

0 comments on commit 153ed6d

Please sign in to comment.