chore: lint

This commit is contained in:
Anthony Fu 2022-05-01 11:52:59 +08:00
parent 42abb64551
commit 0265022518
3 changed files with 5 additions and 5 deletions

View File

@ -6,10 +6,10 @@
"i18n-ally.sortKeys": true,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss",
"*.css": "postcss"
},
"editor.formatOnSave": false,
"editor.formatOnSave": false
}