Skip to content

Commit 797ea09

Browse files
committed
feat: 配置vscode设置项,解决源码flow语法报错问题
1 parent ff0626c commit 797ea09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
// 设置不检查 JavaScript 的语法问题,防止 flow 报错
3+
"javascript.validate.enable": false
4+
}

0 commit comments

Comments
 (0)