eslint-config-cleanjs
eslint-config-cleanjs copied to clipboard
An eslint config which reduces JS to a pure functional language
``` +-- UNMET PEER DEPENDENCY [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- UNMET PEER DEPENDENCY [email protected] +-- [email protected] npm ERR! peer dep missing: eslint@^3.3.1, required by [email protected] npm ERR!...
I wonder if there's an easy way to exclude some of these rules for tests. Since we're more or less forced to write them in a specific way I often...
Hi, i'm excited about the objective and limitations of your project. I wrote my [Bachelor Thesis](https://github.com/RaoulSchaffranek/Modelling-A-Purely-Functional-Subset-Of-ECMAScript-2015) earlier this year about a purely function subset of EcmaScript2015. There, i discovered that...
Hi there! How about adding some information on how to use it in conjunction with [standard](https://github.com/feross/standard) and friends? I am not sure what's the best way to do so. Maybe...
Atom somehow shows how much code is covered by Flow. CleanScript demands 100% I guess.
Something like [standard](https://github.com/feross/standard#badge) "Use this plugin in one of your projects? Include one of these badges in your readme to let people know that your code is clean" It's a...
Web REPL
Something like https://babeljs.io/repl, but without any option. The right side should render eslint and flowtype errors. It should help people to write parts of their apps in the clean style....
After #11 of course.