@armor/stylelint-config
v2.0.1
Published
Armor's standard shareable config for stylelint.
Downloads
29
Maintainers
Keywords
Readme
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-configThen 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.
