Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

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.

Information

This repository has been archived.
The project has been moved to kufu/tamatebako/packages/stylelint-config-smarthr and is being actively maintained there.


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