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.
1 parent df0d1ec commit a0a0bb8Copy full SHA for a0a0bb8
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