Skip to content

Commit

Permalink
feat: 🎸 biome settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jamashita committed Apr 17, 2024
1 parent 32a6a70 commit bc3026e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1,489 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@
],
"scripts": {
"build": "yarn clean && tsc -b tsconfig.compilation.json",
"check": "tsc --noEmit",
"check": "biome check --apply src/*",
"clean": "rimraf dist",
"commit": "git cz",
"format": "eslint --fix 'src/**/*.{ts,tsx}'",
"format": "biome format --write src/*",
"lint": "biome lint --apply src/*",
"prepare": "is-ci || husky install",
"release": "semantic-release",
"test": "vitest",
Expand All @@ -75,7 +76,6 @@
"@biomejs/biome": "1.6.4",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@jamashita/eslint-plugin": "1.99.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
Expand Down
Loading

0 comments on commit bc3026e

Please sign in to comment.