@deloittesolutions/stylelint-config-dttdev
v1.0.1
Published
> Stylelint shareable config for the Deloitte style guide
Downloads
9
Keywords
Readme
stylelint-config-dttdev
Stylelint shareable config for the Deloitte style guide
Install
Install the profile with npm
:
npm i -D stylelint @deloittesolutions/stylelint-config-dttdev
Create an .stylelintrc
file at the root of your project:
{
"extends": "@deloittesolutions/stylelint-config-dttdev"
}