Skip to content

Commit

Permalink
style: 💄 upgrade biome, remove prettier and stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed Sep 14, 2024
1 parent 649db78 commit 2914445
Show file tree
Hide file tree
Showing 36 changed files with 119 additions and 781 deletions.
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

6 changes: 0 additions & 6 deletions .stylelintrc

This file was deleted.

6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"useIgnoreFile": true
},
"formatter": {
"indentWidth": 2,
"indentStyle": "space"
"useEditorconfig": true
},
"linter": {
"rules": {
"complexity": {
"noForEach": "off"
},
"correctness": {
"noUnknownMediaFeatureName": "warn"
},
"style": {
"useTemplate": "off"
}
Expand Down
Loading

0 comments on commit 2914445

Please sign in to comment.