@alienlebarge/stylelint-config

Stylelint sharable configuration files

Usage no npm install needed!

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

README

@alienlebarge/stylelint-config

Build Status Dependency status Dev Dependency status

My own stylelint configurations. These rule configurations are massively inspired by Harry Roberts CSS Guidelines.

Usage

Install

$ npm install @alienlebarge/stylelint-config

Extend

Create a .stylelintrc file with:

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

Documentation about extends.