Opinionated Stylelint sharable config for Equinusocio's projects.
npm i -D stylelint-config-equinusocio
Add a Stylelint config file to your project and extends with our config:
{
"extends": "stylelint-config-equinusocio"
}
Run eslint
for linting the js
files:
yarn lint
Run tests with Jest
for checking Styelint rules:
yarn test
standard-version
is provided with a release
command. Just run on master
:
yarn release
And follow the prompt.