v4.0.5 readme & SQL

This commit is contained in:
MaxKey
2024-06-27 21:57:57 +08:00
parent 6fe740cae4
commit c4b16292c8
12 changed files with 1728 additions and 13 deletions

View File

@@ -2,10 +2,8 @@
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true,
// For Stylelint
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"[markdown]": {
"editor.formatOnSave": false