Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCukitoDev committed Nov 16, 2024
1 parent d294e46 commit dd3273a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</p>
</a>


<a href="http://www.youtube.com/watch?v=PbjHxIuHduU" target="_blank">
<p align="center">Watch Theo's overview on Youtube here</p>
</a>
Expand Down
30 changes: 15 additions & 15 deletions cli/template/extras/config/eslintBiome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },
"organizeImports": { "enabled": true },
"linter": {
"enabled": false
},
"javascript": { "formatter": { "quoteStyle": "double" } }
}
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },
"organizeImports": { "enabled": true },
"linter": {
"enabled": false
},
"javascript": { "formatter": { "quoteStyle": "double" } }
}

0 comments on commit dd3273a

Please sign in to comment.