1.0.8 • Published 4 months ago

@quantum-sec/stylelint-config v1.0.8

Weekly downloads
42
License
SEE LICENSE IN LI...
Repository
github
Last release
4 months ago

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.

1.0.9-alpha.1

4 months ago

1.1.0-alpha.1

4 months ago

1.0.8

1 year ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago