@quantum-sec/stylelint-config

Quantum's standard shareable config for stylelint.

Usage no npm install needed!

<script type="module">
  import quantumSecStylelintConfig from 'https://cdn.skypack.dev/@quantum-sec/stylelint-config';
</script>

README

StyleLint Config

This repository contains the baseline StyleLint configuration for all Quantum projects that use CSS or Sass/SCSS.

Referencing this Configuration

You can reference this config by installing the NPM package in your project:

npm install --save-dev @quantum-sec/stylelint-config

Then replace the contents of your .stylelintrc.js file with:

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

You can overwrite settings defined in this configuration by specifying them in your project's .stylelintrc.js.