@prk/stylelint-config

Praekelt Consulting Stylelint config.

Usage no npm install needed!

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

README

Praekelt Consulting's standard Stylelint config

Installation

yarn add -D @prk/stylelint-config

Usage

Replace the contents of your .stylelintrc.yml with the line below:

---
extends:
    - '@prk/stylelint-config'

You may further modify the config as needed on a per-project basis in this file.