Y
Hacker News
new
|
ask
|
show
|
jobs
by
pavel_lishin
2243 days ago
Can you expand on this? Why would linting rules, which are almost always strictly about formatting, impact server vs. frontend performance?
1 comments
winrid
2242 days ago
One example is they disallow for of loops because they are hard to transpile to es5, but that makes no sense for NodeJS.
link