BerkeleyTrue / react-material

Material design components written with React.js and React Style
http://berkeleytrue.github.io/react-material
404 stars 38 forks source link

Propose switching to eslint #90

Closed BerkeleyTrue closed 9 years ago

BerkeleyTrue commented 9 years ago

I have much success with eslint. I find it is much more flexible and reliable than gjslint and will work with jsx and most of es6. see https://github.com/r3dm/thundercats/blob/master/.eslintrc for example.

SanderSpies commented 9 years ago

Big fan of eslint here (especially due to the csslint like plugin system) - so yes let's do this :+1:

BerkeleyTrue commented 9 years ago

@SanderSpies Added. Used my default rules as a start. Will start linting files accordingly. Let me know if this rules don't jive with you.