# Yarn build: "Failed because of a stylelint error"

**URL:** https://discourse.roots.io/t/yarn-build-failed-because-of-a-stylelint-error/9792
**Category:** sage
**Created:** 2017-06-13T10:22:11Z
**Posts:** 21
**Showing post:** 2 of 21

## Post 2 by @Jake_Dickinson — 2017-06-13T10:59:18Z

Yep Same Issue.

I just commented stylelint out in the wepback.config.js to get this to build.

```
// new StyleLintPlugin({
// failOnError: ! config.enabled.watcher,
// syntax: 'scss',
// }),
```

Seems a pain to set up to not error at almost everything? if someone has a config file for stylelint that would be handy?

---

_[View the full topic](https://discourse.roots.io/t/yarn-build-failed-because-of-a-stylelint-error/9792)._
