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.
any
1 parent 0a04201 commit e8056d7Copy full SHA for e8056d7
configs/markdown.js
@@ -76,6 +76,8 @@ async function getMarkdownRecommendedConfig() {
76
77
"@typescript-eslint/no-unused-vars": "off",
78
79
+ "@typescript-eslint/no-explicit-any": "off",
80
+
81
"@typescript-eslint/triple-slash-reference": "off",
82
},
83
validation/file.md
@@ -30,3 +30,7 @@ run();
30
```js
31
new URL("./test");
32
```
33
34
+```typescript
35
+type MyRecord = Record<string, any>;
36
+```
0 commit comments