Skip to content

Instantly share code, notes, and snippets.

@dospuntocero
Created December 2, 2019 21:26
Show Gist options
  • Save dospuntocero/8dd18de188abf4df39253b1c86a0e858 to your computer and use it in GitHub Desktop.
Save dospuntocero/8dd18de188abf4df39253b1c86a0e858 to your computer and use it in GitHub Desktop.
Disabling StyleLint on Sage 9

#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', // }),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment