Hacker News
new
past
comments
ask
show
jobs
points
by
rezonant
21 hours ago
|
comments
by
LudwigNagasena
21 hours ago
|
[-]
There is @typescript-eslint/no-explicit-any.
reply
by
dns_snek
14 hours ago
|
parent
|
[-]
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/
reply