← Back to context Comment by LudwigNagasena 1 day ago There is @typescript-eslint/no-explicit-any. 1 comment LudwigNagasena Reply dns_snek 20 hours ago More generally you can use "no-restricted-syntax" rule to forbid almost any type of syntax by matching AST against CSS-like selectors.https://eslint.org/docs/latest/rules/no-restricted-syntaxhttps://typescript-eslint.io/play/
dns_snek 20 hours ago More generally you can use "no-restricted-syntax" rule to forbid almost any type of syntax by matching AST against CSS-like selectors.https://eslint.org/docs/latest/rules/no-restricted-syntaxhttps://typescript-eslint.io/play/
More generally you can use "no-restricted-syntax" rule to forbid almost any type of syntax by matching AST against CSS-like selectors.
https://eslint.org/docs/latest/rules/no-restricted-syntax
https://typescript-eslint.io/play/