Skip to content

Commit

Permalink
update biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Sep 14, 2024
1 parent dc27b86 commit 7b150af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .
run: biome ci --reporter=github .
7 changes: 5 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"nursery": {},
"nursery": {
"noEnum": "error"
},
"style": {
"noParameterProperties": "error",
"useNamingConvention": "off",
"noUnusedTemplateLiteral": "off"
}
Expand Down

0 comments on commit 7b150af

Please sign in to comment.