A sharable stylelint config for SmartHR. This is intended to use for a project with styled-components.
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"
]
}