Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury committed Jan 29, 2025
2 parents 4d68159 + d9f3788 commit c0c1460
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 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 @@ -13,13 +13,14 @@
"rules": {
"nursery": {
"useSortedClasses": {
"level": "error",
"level": "warn",
"fix": "safe",
"options": {
"functions": ["clsx", "cva", "cn"],
},
},
"functions": ["clsx", "cva", "cn"]
}
}
},
"recommended": true,
},
},
"recommended": true
}
}
}

0 comments on commit c0c1460

Please sign in to comment.