#The Problem You receive a ton of “Expected indentation” or “Expected empty line before rule” messages when yarn compiles your code when using Sage 9.
#The Solution Just turn Style Lint off. Locate the webpack.config.js and comment out the following code…
// new StyleLintPlugin({ // failOnError: !config.enabled.watcher, // syntax: 'scss', // }),