Y
Hacker News
new
|
ask
|
show
|
jobs
by
envolt
2194 days ago
Can someone recommend a Java alternative to ESLint for JS eco-system?
1 comments
bilalhusain
2194 days ago
Used `checkstyle` 4 years ago to improve the quality of code. Has neat XML based rules and good IDE support. See if it fits your use-case.
link