fennec-fe/.vscode/settings.json
Ivan Li 93bb5daf33 feat(overlay): 添加通用组件 overlay。
feat(project): 添加 新增项目界面。
2021-02-13 20:24:15 +08:00

11 lines
167 B
JSON

{
"css.validate": false,
"scss.validate": false,
"editor.quickSuggestions": {
"strings": true,
"other": true,
},
"cSpell.words": [
"Formik"
]
}