Skip to content

Commit

Permalink
remove biome
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 19, 2024
1 parent 5fe5474 commit 2477aa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 164 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ repos:
rev: "v0.1.0"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.4.1"]
additional_dependencies: ["@biomejs/biome@1.5.2"]

Check warning on line 6 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (biomejs)
156 changes: 0 additions & 156 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,14 @@
"storybook": "npm run storybook -w @app/ui",
"build-storybook": " npm run build-storybook -w @app/ui",
"clean": "turbo run clean",
"lint": "biome check .",
"test": "npm run test --workspaces"
},
"devDependencies": {
"@9renpoto/tsconfig": "^7.8.0",

Check warning on line 13 in package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (renpoto)
"@biomejs/biome": "^1.5.2",
"@types/rosie": "^0.0.45",
"rosie": "^2.1.0",
"turbo": "^1.11.3"
},
"lint-staged": {
"*.{ts,tsx,md,json,js}": [
"biome check --apply"
]
},
"workspaces": {
"packages": [
"packages/*",
Expand Down

0 comments on commit 2477aa0

Please sign in to comment.