@intouchg/stylelint-config
v0.1.0
Published
Stylelint configuration for the Intouch Design System
Downloads
12
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:
- Install dependencies
yarn add --dev @intouchg/stylelint-config stylelint-config-standard-scss stylelint-config-prettier stylelint-config-idiomatic-order stylelint-order stylelint
- Configure Stylelint
// .stylelintrc
{
"extends": ["@intouchg/stylelint-config"]
}