Thank you for contributing to @cybozu/stylelint-config
🎉
% npm ci
You can modify our configs and should add tests for you changes.
We use Jest's Snapshot Testing, so you should update a snapshot in the __snapshots__
directory.
You can a new file for the rule set and should add tests for your rule set.
You can confirm what changes will be released with the release:dryrun
command.
npm run release:dryrun
And then, you can release a new version with the following command.
npm run release
Of cource, you need to have the permission for @cybozu/stylelint-config
.