Auto merge main into i18n
This commit is contained in:
commit
8fbf4d90ee
30
.vscode/settings.json
vendored
30
.vscode/settings.json
vendored
@ -56,25 +56,25 @@
|
|||||||
"eslint.config.mjs": "tsconfig.json,.commitlintrc.*,.prettier*,.editorconfig,.commitlint.cjs,.eslint*"
|
"eslint.config.mjs": "tsconfig.json,.commitlintrc.*,.prettier*,.editorconfig,.commitlint.cjs,.eslint*"
|
||||||
},
|
},
|
||||||
|
|
||||||
// 保存的时候自动格式化
|
// // 保存的时候自动格式化
|
||||||
"prettier.enable": true,
|
// "prettier.enable": true,
|
||||||
"editor.formatOnSave": true,
|
// "editor.formatOnSave": true,
|
||||||
// 开启自动修复
|
// // 开启自动修复
|
||||||
"editor.codeActionsOnSave": {
|
// "editor.codeActionsOnSave": {
|
||||||
"source.fixAll": "explicit",
|
// "source.fixAll": "explicit",
|
||||||
"source.fixAll.eslint": "explicit",
|
// "source.fixAll.eslint": "explicit",
|
||||||
"source.fixAll.stylelint": "explicit"
|
// "source.fixAll.stylelint": "explicit"
|
||||||
},
|
// },
|
||||||
|
|
||||||
// Disable the default formatter, use eslint instead
|
// Disable the default formatter, use eslint instead
|
||||||
// "prettier.enable": false,
|
"prettier.enable": false,
|
||||||
// "editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
|
|
||||||
// Auto fix
|
// Auto fix
|
||||||
// "editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
// "source.fixAll.eslint": "explicit",
|
"source.fixAll.eslint": "explicit",
|
||||||
// "source.organizeImports": "never"
|
"source.organizeImports": "never"
|
||||||
// },
|
},
|
||||||
|
|
||||||
// Silent the stylistic rules in you IDE, but still auto fix them
|
// Silent the stylistic rules in you IDE, but still auto fix them
|
||||||
"eslint.rules.customizations": [
|
"eslint.rules.customizations": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user