1.0.6 • Published 6 years ago
stylelint-config-oval v1.0.6
stylelint-config-oval
Opinionated Stylelint sharable config for Oval projects.
Install
yarn add --dev stylelint-config-ovalUsage
Add a Stylelint config file to your project and extends with our config:
.stylelintrc
{
"extends": "stylelint-config-oval"
}Develop
Run eslint for linting the js files:
yarn lintRun tests with Jest for checking Styelint rules:
yarn testRelease
standard-version is provided with a release command. Just run on master:
yarn releaseAnd follow the prompt.