faceyspacey / redux-first-router-demo

Kick-Ass Universal RFR Demo That Answers Your SSR + Splitting Questions
MIT License
126 stars 46 forks source link

ESLint linebreak-style errors on Windows #8

Closed corydeppen closed 7 years ago

corydeppen commented 7 years ago

Given the current ESLint rules, Windows users will get a bunch of linebreak-style errors. Would you consider a PR similar to what I proposed in pburtchaell/react-notification#127?

faceyspacey commented 7 years ago

Yea lets do it--as long as it doesn't introduce new issues.

faceyspacey commented 7 years ago

FYI, i just updated the repo, so make sure u pull it in.

corydeppen commented 7 years ago

I believe this was resolved by #9.