diff --git a/configs/markdown.js b/configs/markdown.js index 8feb659..b689274 100644 --- a/configs/markdown.js +++ b/configs/markdown.js @@ -76,6 +76,8 @@ async function getMarkdownRecommendedConfig() { "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/triple-slash-reference": "off", }, }, diff --git a/validation/file.md b/validation/file.md index 90ccfd2..a01d31a 100644 --- a/validation/file.md +++ b/validation/file.md @@ -30,3 +30,7 @@ run(); ```js new URL("./test"); ``` + +```typescript +type MyRecord = Record; +```