fix: 修复自动格式化无效
This commit is contained in:
parent
7c1dee1bf6
commit
bd82108581
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"prettier.enable": false,
|
||||
"prettier.enable": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue