Skip to content

Commit

Permalink
chore: update biome, remove prettier and styleline
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Oct 9, 2024
1 parent a1a3afd commit dc8f8f5
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 411 deletions.
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions .stylelintignore

This file was deleted.

5 changes: 4 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"./package.json", // yarn and biome disagrees on package.json formatting
"design-tokens/**/*",
"packages/theme/brand/**/*",
"apps/storefront/tokens/**"
"apps/storefront/tokens/**",
"**/dist/**/*.css",
"packages/theme/**/*.css",
"packages/css/dist/**/*.css"
]
},
"formatter": {
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publish": "yarn build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@prettier/sync": "^0.5.2",
Expand All @@ -47,8 +47,6 @@
"@vitest/coverage-v8": "^2.0.5",
"@vitest/expect": "^2.0.5",
"copyfiles": "^2.4.1",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
Expand Down
Loading

0 comments on commit dc8f8f5

Please sign in to comment.