Skip to content

kufu/stylelint-config-smarthr

Repository files navigation

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"
  ]
}