Skip to content

Commit

Permalink
linted ad formatted by biome
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Sep 1, 2024
1 parent bc5a42d commit 4219925
Show file tree
Hide file tree
Showing 11 changed files with 464 additions and 635 deletions.
16 changes: 16 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["dist", "node_modules", ".pnpm-store"],
"include": ["src"]
},
"javascript": {
"jsxRuntime": "reactClassic",
"formatter": {
"indentStyle": "space",
"semicolons": "always",
"quoteStyle": "single",
"jsxQuoteStyle": "double"
}
}
}
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint": "biome lint --fix",
"format": "biome format --fix",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -17,19 +18,16 @@
"react-hook-form": "^7.53.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vitest": "^2.0.5"
"vite": "^5.4.1"
},
"packageManager": "[email protected]+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177"
}
Loading

0 comments on commit 4219925

Please sign in to comment.