Skip to content

Commit

Permalink
fix lint warnings in biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 25, 2025
1 parent 315a9ce commit d9f3788
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cli/template/extras/config/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"useIgnoreFile": true
},
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": { "enabled": true },
Expand All @@ -16,11 +16,11 @@
"level": "warn",
"fix": "safe",
"options": {
"functions": ["clsx", "cva", "cn"],
},
},
"functions": ["clsx", "cva", "cn"]
}
}
},
"recommended": true,
},
},
"recommended": true
}
}
}

0 comments on commit d9f3788

Please sign in to comment.