Skip to content

iadvize/stylelint-config-library

Repository files navigation

@iadvize-oss/stylelint-config

Install

Add this dependency to your repository and the stylelint peer-dependency :

npm add --save-dev @iadvize-oss/stylelint-config stylelint

Usage

Create a .stylelintrc file in your project root with this content

{
  "extends": [
    "@iadvize-oss/stylelint-config"
  ]
}