Skip to content

Instantly share code, notes, and snippets.

@AlexxNica
Last active March 19, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexxNica/51668a3d437b4c32288526b2408be30e to your computer and use it in GitHub Desktop.
Save AlexxNica/51668a3d437b4c32288526b2408be30e to your computer and use it in GitHub Desktop.
Data quickly gathered for a better understanding of the differences between ESLint and JSHint.

ESLINT 🆚 JSHINT

The following board was done briefly, in an unofficial form and is not meant to replace any further analysis.
📆 Metris from: Mar 18, 2017.

Comparison

📜 ESLint JSHint
:octocat:RELEASES ⚡ 152 ⚡ 65
:octocat:COMMITS ⚡ 5,687 ⚡ 1,926
:octocat:CONTRIBUTORS ⚡ 486 ⚡ 230
:octocat:ISSUES OPEN/CLOSED ⚡ 213/4625 ⚡ 339/1777
:octocat:PULL REQUESTS OPEN/CLOSED ⚡ 33/3401 ⚡ 68/913
:octocat:CREATED AT 2013-06-29 2011-01-19
:octocat:LAST RELEASE ⚡ Mar 17, 2017 ⚡ Oct 20, 2016
:octocat:LAST COMMIT ⚡ Mar 17, 2017 ⚡ Feb 26, 2017
📦DEPENDENCIES 35 8
📦DEPENDENTS ⚡ 2045 ⚡ 577
📦DOWNLOADS/DAY ⚡ 243,112 ⚡ 76,568
📦DOWNLOADS/WEEK ⚡ 1,450,197 ⚡ 490,922
📦DOWNLOADS/MONTH ⚡ 6,223,305 ⚡ 2,304,074
📦PACKAGES RESULTS[1] ⚡ 3415 ⚡ 522
📊TOTAL SCORE[2] ⚡ 93 ⚡ 72
📊QUALITY ⚡ 99% ⚡ 94%
📊POPULARITY ⚡ 81% ⚡ 65%
📊MAINTENANCE ⚡ 100% ⚡ 61%
🐦TWEETS ⚡ 1,819 ⚡ 191
🐦FOLLOWERS ⚡ 7,119 ⚡ 1,514
🐦LAST TWEET ⚡ Mar 17, 2017 ⚡ Aug 18, 2016
🐦LAST TWEET RETWEETS ⚡ 17 ⚡ 1
🐦LAST TWEET LIKES ⚡ 40 ⚡ 4
👥MEMBERS ⚡ 22 ⚡ 4
📮LAST BLOG POST ⚡ Mar 17, 2017 ⚡ Oct 20, 2016
GITTER ROOMS ⚡ 5 ⚡ 1
GITTER PEOPLE ⚡ 1009 ⚡ 13
GOOGLE GROUP TOPICS ⚡ 207 ⚡ 90
GOOGLE SEARCH RESULTS[3] ⚡ 659,000 ⚡ 523,000

📚 References

[1] Results for "eslint" and "jshint" on npmjs.com search.
[2] Score from npms.io. For more info on how the scores are calculated: https://github.com/npms-io/npms-analyzer/blob/master/docs/architecture.md.
[3] Results for "ESLint" and "JSHint" on google.com search.

📋 Additional Information 📋

🔖 JSHint

https://github.com/jshint/jshint/pulse
https://github.com/jshint/jshint/milestones
https://github.com/jshint/jshint/labels
https://github.com/jshint/jshint/graphs/commit-activity
https://github.com/jshint/jshint/graphs/code-frequency

🔖 ESLint

https://github.com/eslint/eslint/pulse
https://github.com/eslint/eslint/milestones
https://github.com/eslint/eslint/projects
https://github.com/eslint/eslint/labels
https://github.com/eslint/eslint/graphs/commit-activity
https://github.com/eslint/eslint/graphs/code-frequency

@roblarsen
Copy link

This is great, thanks for putting this together.

@AlexxNica
Copy link
Author

@roblarsen You're welcome. Message me if more info is wanted and I'll be glad to help! ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment