Skip to content

Commit

Permalink
fix(biome): use vcs options (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Jan 14, 2024
1 parent c23df1a commit 373dbb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lib/
storybook-static/

### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Node.gitignore

Expand Down
13 changes: 4 additions & 9 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
"organizeImports": {
"enabled": true
},
"files": {
"ignore": [
"./packages/ui/storybook-static/**",
"./apps/web/.next/**",
"./target/**",
"lib/**",
"dist/**",
"coverage/**"
]
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"indentStyle": "space"
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/.gitignore

This file was deleted.

0 comments on commit 373dbb4

Please sign in to comment.