olebedev / go-starter-kit

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

Enable linting .js files which are not stored in the client directory #82

Closed joelnb closed 7 years ago

joelnb commented 7 years ago

Some .js files are not stored in the 'client' subdirectory. This PR enables linting of those files as well & fixes a couple of (very minor) lint errors which were detected.