Compiling CSS breaks/stops when an eslint rule is broken

FWIW here’s the syntax I’m using in Sage 6.3.5

app.extensions.get('@roots/bud-stylelint')
  .setOption('failOnError', app.isProduction)
  .setOption('failOnWarning', app.isProduction);
2 Likes