@intouchg/stylelint-config

Stylelint configuration for the Intouch Design System

Usage no npm install needed!

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

README

@intouchg/stylelint-config

Stylelint configuration for the Intouch Design System

Getting Started

To use in your own custom configuration, install then extend this package in your Stylelint config:

  1. Install dependencies
yarn add --dev @intouchg/stylelint-config stylelint-config-standard-scss stylelint-config-prettier stylelint-config-idiomatic-order stylelint-order stylelint
  1. Configure Stylelint
// .stylelintrc
{
    "extends": ["@intouchg/stylelint-config"]
}