Y
Hacker News
new
|
ask
|
show
|
jobs
by
winrid
2290 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
2289 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
2289 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