Skip to content

Commit

Permalink
using biome
Browse files Browse the repository at this point in the history
* using biome
  • Loading branch information
canoypa authored Feb 26, 2024
1 parent 53aa15c commit e002b0a
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .prettierrc.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"enabled": false,
"rules": {
"recommended": true
}
},
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "pnpm run lint:next & pnpm run lint:ts",
"lint:next": "next lint",
"lint:ts": "tsc --noEmit",
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"format": "biome format src --write",
"prepare": "panda codegen"
},
"browserslist": [
Expand All @@ -29,6 +29,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@pandacss/dev": "^0.18.3",
"@types/node": "^20.9.5",
"@types/react": "^18.2.38",
Expand All @@ -37,7 +38,6 @@
"eslint-config-next": "^14.0.3",
"pandacss-preset-material-tokens": "^0.1.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}
100 changes: 91 additions & 9 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 e002b0a

Please sign in to comment.