showbie-stylelint-config Stylelint configuration for Showbie projects. Usage Install the conventions by running: npm i -D stylelint @showbie/stylelint-config Then add the extends to your stylelint.config.js: { extends: ['@showbie/stylelint-config'], rules: { /* … */ } }