Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
GORRILA
5y ago
0 comments
Share
Two common rules I like to enforce are no nested ternaries and no unused variables.
0 comments
default
newest
oldest
maga
5y ago
tsconfig's noUnusedLocals can help you with the last one.
city41
5y ago
And it allows you to opt out when needed by starting the variable with an underscore, which is much nicer than eslint-disable-next-line...
DEiE
5y ago
That's configurable in the rule though.
https://eslint.org/docs/rules/no-unused-vars#varsignorepatte...
city41
5y ago
Ah nice, I didn't know that. Thanks.
j
/
k
navigate · click thread line to collapse