cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

[#64] The entry files are missing 'use strict' #68

Closed nkbt closed 8 years ago

nkbt commented 8 years ago

Webpack files are not ES6 modules, so need it.

nkbt commented 8 years ago

Had to update eslint configs. And also npm run lint did not check all files, so first commit was valid locally, but failed on CI.

nkbt commented 8 years ago

Removed extra eslint config and used // eslint-disable-line strict comment for webpack config files.