Skip to content

Conversation

@agibson-godaddy
Copy link
Contributor

@agibson-godaddy agibson-godaddy commented Jan 21, 2026

⚠️ Merge #91 first

Issue: https://godaddy-corp.atlassian.net/browse/MWC-17960

Summary

This replaces the unmaintained gulp-sass-lint with gulp-postcss / stylelint. It also adds a lint config, which disables a ton of rules just to avoid suddenly switching to this method and ending up with a ton of warnings you didn't have before. IMO it's up to individual plugins to override these lint rules (supported).

To override:

Create a new .stylelintrc.json file in plugin directory with desired rules.

Update sake config:

  // sake.config.js
  module.exports = {
    options: {
      'stylelint-configFile': '.stylelintrc.json'  // Path relative to project root
    }
    // ... other sake configuration
  }

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants