Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19e0f57

Browse files
authored
fix:typo
“更目录”->“根目录”
1 parent 1557f02 commit 19e0f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engineering/lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ type Foo = {};
191191

192192
要在 VSCode 中集成 ESLint 检查,我们需要先安装 ESLint 插件,点击「扩展」按钮,搜索 ESLint,然后安装即可。
193193

194-
VSCode 中的 ESLint 插件默认是不会检查 `.ts` 后缀的,需要在「文件 => 首选项 => 设置 => 工作区」中(也可以在项目更目录下创建一个配置文件 `.vscode/settings.json`),添加以下配置:
194+
VSCode 中的 ESLint 插件默认是不会检查 `.ts` 后缀的,需要在「文件 => 首选项 => 设置 => 工作区」中(也可以在项目根目录下创建一个配置文件 `.vscode/settings.json`),添加以下配置:
195195

196196
```json
197197
{

0 commit comments

Comments
 (0)