hackerati / react-app-template

Basic React+Redux application template
MIT License
0 stars 4 forks source link

eslint for react compaonents #11

Closed ajmirsky closed 8 years ago

ajmirsky commented 8 years ago

Added lint for react components. Specified propTypes on component

…tom PropType checker for the redux store. limited linting to src files (aka excluding tests) [ch186]