Skip to content

Commit

Permalink
style(biome): update specs (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps authored Aug 20, 2024
2 parents be6bde4 + fae2bfa commit 1922986
Show file tree
Hide file tree
Showing 3 changed files with 8,174 additions and 15,704 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded",
"trailingComma": "es5"
"trailingCommas": "es5"
},
"jsxRuntime": "transparent"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "sh scripts/clean.sh && pnpm i && pnpm build",
"format": "prettier --write \"packages/**/*.{ts,js,tsx,jsx,json}\" \"examples/**/*.{ts,js,tsx,jsx,json}\"",
"lint": "biome check .",
"lint-fix": "biome check --apply .",
"lint-fix": "biome check --write .",
"commit": "cz",
"dev:styles": "npm --prefix packages/shoreline run dev",
"dev:storybook": "concurrently -p [{name}] -n storybook,shoreline \"pnpm storybook dev -p 6006\" \"pnpm run dev:styles\"",
Expand All @@ -42,7 +42,7 @@
"commitlint": "commitlint --edit"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@biomejs/biome": "1.8.3",
"@chromatic-com/storybook": "^1",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
Expand Down Expand Up @@ -93,7 +93,7 @@
"wait-on": "7.2.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": "biome check --apply .",
"*.{ts,tsx,js,jsx,json}": "biome check --write .",
"*.css": "stylelint \"**/*.css\" --fix"
},
"config": {
Expand Down
Loading

0 comments on commit 1922986

Please sign in to comment.