Skip to content

ElectronicsArchiver/stylelint-config

 
 

Repository files navigation

Ultimaker Stylelint Config

Linting rules for both CSS and SCSS files of Ultimaker web-based projects.


Usage

Create a file called  .stylelintrc.js  in the root of your project.


Add this to lint CSS files.

module.exports = {
    extends : '@ultimaker/stylelint-config'
};

Add this to lint SCSS files.

module.exports = {
    extends : '@ultimaker/stylelint-config/scss'
};


Publishing

Works the same way as we have implemented in Stardust-Web.


Languages

  • JavaScript 90.7%
  • SCSS 4.9%
  • CSS 4.4%