eslint breaking the build
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
eslint is breaking the editor build. I've commented eslinted out in `Gruntfile.js` for now so the build works. Below is the error I received in the terminal while running it:
```bash
Aborted due to warnings.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! bramble@1.9.0-0 build: `grunt build-browser`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the bramble@1.9.0-0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mmbabol/.npm/_logs/2018-06-08T15_13_28_513Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! unbundled@0.0.1 build-editor: `cd src/editor && npm run build`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the unbundled@0.0.1 build-editor script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mmbabol/.npm/_logs/2018-06-08T15_13_28_597Z-debug.log
```
If you could take a look at it @twigz20 that'd be greatly appreciated. Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.