We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0d1ec + a0a0bb8 commit 05f5e31Copy full SHA for 05f5e31
engineering/lint.md
@@ -40,7 +40,7 @@ console.log(`My name is ${myName.toStrng()}`);
40
分别用 tsc 编译和 eslint 检查后,报错信息如下:
41
42
```ts
43
-let myName = 'Tom';
+var myName = 'Tom';
44
// eslint 报错信息:
45
// Unexpected var, use let or const instead.eslint(no-var)
46
0 commit comments