olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

Use local ESLint install by default #64

Closed joelnb closed 7 years ago

joelnb commented 7 years ago

I had some issues getting ESLint to work with the default setup so I made some changes to install it locally (into node_modules) and then use that version by default. I also changed the config as the current config had errors for me. I then fixed a lint error in one of the files which ESLint complained about.

These changes helped me get going so I thought I would create a pull request in case they might help others. If you're not interested feel free to just close this - it's quite minor anyway.

olebedev commented 7 years ago

Thanks!

joelnb commented 7 years ago

No problem, glad to help. Thanks for all your work on the project!