stylelint-config-oval
v1.0.6
Published
Stylelint Oval sharable configuration
Downloads
26
Readme
stylelint-config-oval
Opinionated Stylelint sharable config for Oval projects.
Install
yarn add --dev stylelint-config-oval
Usage
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 lint
Run tests with Jest
for checking Styelint rules:
yarn test
Release
standard-version
is provided with a release
command. Just run on master
:
yarn release
And follow the prompt.