2.0.1 • Published 1 year ago

@armor/stylelint-config v2.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

StyleLint Config

This repository contains the baseline StyleLint configuration for all Armor 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 @armor/stylelint-config

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

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

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

2.0.1

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago