Skip to content

Commit

Permalink
fix biome
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed Sep 27, 2024
1 parent 52250f1 commit edc4e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cli/lib/configProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const gitignore = `
# generated files
**/*.g.ts
**/*.g.d.ts
**/.codegen/**/*
**/*.tsbuildinfo
Expand Down
4 changes: 2 additions & 2 deletions configs/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"organizeImports": { "enabled": true },
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": { "ignore": ["**/*.g.ts"] },
"files": { "ignore": ["**/*.g.ts", "**/*.g.d.ts", "**/*.css"] },

"formatter": {
"enabled": true,
Expand Down Expand Up @@ -33,7 +33,7 @@
"noExcessiveCognitiveComplexity": "off"
},
"suspicious": {
"useAwait": "error",
"useAwait": "off",
"noConsole": "off",
"noConsoleLog": "off",
"noEmptyBlock": "off",
Expand Down

0 comments on commit edc4e16

Please sign in to comment.