A sharable stylelint config for SmartHR. This is intended to use for a project with styled-components.
This repository has been archived.
The project has been moved to kufu/tamatebako/packages/stylelint-config-smarthr and is being actively maintained there.
yarn add --dev stylelint stylelint-config-standard stylelint-config-styled-components postcss-styled-syntax // install peerDependencies
yarn add --dev stylelint-config-smarthr
Add a following .stylelintrc
in your project.
{
"extends": [
"stylelint-config-smarthr"
]
}