@ableco/stylelint-config

Stylelint configuration from https://github.com/ableco/coding-standards

Usage no npm install needed!

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

README

@ableco/stylelint-config

This repository provides recommended Stylelint configuration for use on Able projects.

Installation

Using yarn:

yarn add @ableco/stylelint-config --dev

Using npm:

npm install @ableco/stylelint-config --save-dev

Usage

In your .stylelintrc file, replace it with:

{
  "extends": "@ableco/stylelint-config"
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/stylelint-config.

License

The library is available as open source under the terms of the MIT License.