stylelint-config-smarthr

A sharable stylelint config for SmartHR


Keywords
stylelint
License
MIT
Install
npm install stylelint-config-smarthr@3.0.0

Documentation

stylelint-config-smarthr

npm version CircleCI

A sharable stylelint config for SmartHR. This is intended to use for a project with styled-components.

Install

yarn add --dev stylelint stylelint-config-standard stylelint-config-styled-components postcss-styled-syntax // install peerDependencies
yarn add --dev stylelint-config-smarthr

How to use

Add a following .stylelintrc in your project.

{
  "extends": [
    "stylelint-config-smarthr"
  ]
}