Closed nkbt closed 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.
Removed extra eslint config and used // eslint-disable-line strict
comment for webpack config files.
Webpack files are not ES6 modules, so need it.