Skip to content

Commit

Permalink
Merge pull request #1 from bernardofernandezz/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
bernardofernandezz authored Sep 23, 2024
2 parents b449ff8 + f192cea commit 3cb1660
Show file tree
Hide file tree
Showing 1,980 changed files with 309,462 additions and 44 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
30 changes: 30 additions & 0 deletions dependencies/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
Loading

0 comments on commit 3cb1660

Please sign in to comment.