Skip to content

Bedrock shareable config for stylelint.

Notifications You must be signed in to change notification settings

fcgroup/bdrk-stylelint-config

Repository files navigation

bdrk-stylelint-config

This repository contains the baseline StyleLint configuration for Bedrock projects that use CSS, SCSS, or Sass.

Referencing this Configuration

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.

About

Bedrock shareable config for stylelint.

Resources

Stars

Watchers

Forks

Packages

No packages published