Skip to content

Commit

Permalink
feat(type): 完善类型提示
Browse files Browse the repository at this point in the history
  • Loading branch information
aliothor committed Oct 17, 2023
1 parent 07b47dc commit 69480cb
Show file tree
Hide file tree
Showing 19 changed files with 3,213 additions and 529 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Enable the flat config support
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter
"prettier.enable": false,
"editor.formatOnSave": false,

// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
}
Loading

0 comments on commit 69480cb

Please sign in to comment.