This repository contains the baseline StyleLint configuration for Bedrock projects that use CSS, SCSS, or Sass.
You can reference this config by installing the NPM package in your project:
npm install --save-dev @bdrk/stylelint-config
Then replace the contents of your .stylelintrc.js
file with:
module.exports = {
extends: '@bdrk/stylelint-config'
};
You can overwrite settings defined in this configuration by specifying them in your project's .stylelintrc.js
.