Skip to content

Commit

Permalink
chore: 保存自动格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 5, 2023
1 parent 859cd26 commit 35df5cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "zh-CN",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false,
"css.lint.unknownAtRules": "ignore",
// 开启 eslint
"eslint.enable": true,
Expand Down

0 comments on commit 35df5cd

Please sign in to comment.