Hacker News
new
past
comments
ask
show
jobs
points
by
LudwigNagasena
20 hours ago
|
comments
by
dns_snek
13 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-syntax
https://typescript-eslint.io/play/
reply