Y
Hacker News
new
|
ask
|
show
|
jobs
by
winrid
2243 days ago
I would not classify Airbnb's linting rules as good in ANY metric for server side code. It has rules designed for frontend, and then people go and use those settings for NodeJS...
1 comments
pavel_lishin
2242 days ago
Can you expand on this? Why would linting rules, which are almost always strictly about formatting, impact server vs. frontend performance?
link
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