Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koteelok committed Oct 5, 2024
1 parent a835404 commit 0b90dda
Show file tree
Hide file tree
Showing 861 changed files with 7,890 additions and 109,563 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ testem.log
Thumbs.db

/deploy
*.meta
.turbo
dist
3 changes: 0 additions & 3 deletions .prettierrc

This file was deleted.

39 changes: 26 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*.meta": true
},
"explorerExclude.backup": {}
}
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*.meta": true
},
"editor.defaultFormatter": "biomejs.biome",
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"source.fixAll.biome": "always",
"source.organizeImports.biome": "always"
}
}
3 changes: 0 additions & 3 deletions @cc/cc.custom-macro.d.ts

This file was deleted.

63,324 changes: 0 additions & 63,324 deletions @cc/cc.d.ts

This file was deleted.

Loading

0 comments on commit 0b90dda

Please sign in to comment.