bodil / eslint-config-cleanjs

An eslint config which reduces JS to a pure functional language
1.1k stars 33 forks source link

Web REPL #13

Open steida opened 8 years ago

steida commented 8 years ago

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. I feel there should be the only one pragma /* @clean */. It should enforce eslint airbnb syntax (it's pretty strictly) + cleanjs. And somehow /* @flow full-coverage? */.

JakeChampion commented 8 years ago

This seems rather out of scope for a repository which is for linting.

steida commented 8 years ago

Agreed. https://github.com/cleanjs would be a better place. It looks a bit unused, and by my own experience, Github is helpful, if you kindly ask them.