Opinionated Stylelint sharable config for Oval projects.
yarn add --dev stylelint-config-ovalAdd a Stylelint config file to your project and extends with our config:
{
"extends": "stylelint-config-oval"
}Run eslint for linting the js files:
yarn lintRun tests with Jest for checking Styelint rules:
yarn teststandard-version is provided with a release command. Just run on master:
yarn releaseAnd follow the prompt.