ESLint is pretty awesome - the project has a great team and always adding new functionality (cache and then parallel linting sound great)!
Although it isn't unique for all the features listed, as JSCS has the same things: an autoconfigure feature, built-in (as well as user created) presets/configs, multiple formatters, custom plugins/rules, custom parsers (esprima/espree/babel), autofixing of almost all rules. Hopefully both projects can benefit or integrate better together more in the future? (I contribute to both!)
I think autofixing for all rules (maybe with https://github.com/cst/cst) would be a nice goal for the future when thinking about the next-generation of linters. Making it easier to update configs when new rules/options are added would be nice as well.
There's an issue for a CST (AST with whitespace, comments, etc) in the estree repo [1]. JSCS is planning on using https://github.com/mdevils/cst for future autofixing rules.
You could try implementing some of the methods in underscore/lodash - http://underscorejs.org/? Each of those are pretty simple and can build off each other - you'll learn how to deal with arrays, objects, functions, arguments, apply/call, this, etc. You could write your own tests or use their unit tests as well to get some practice with testing. I was planning on doing this myself at some point haha.
New grad looking primarily for a front-end dev position. Interested in doing UI development, visualization, games but open to learning new technologies.
Gives you a tweet in the US for you to categorize as being related to veing sick or not. Kind of like crowd sourcing classification of sick tweets. It's pretty interesting just looking through the tweets..
Crowdsourcing the classification of tweets as sick related or not for my Data/Visual Analytics class. Classified tweets from users are sent to our machine learning alg.
Originally was supposed to show where and what ailments people were dealing with around the world but having only cities doesn't give that great of a visualization.