This is a mono-repo of iAdvize eslint configs libraries.
It contains :
@iadvize-oss/eslint-config
@iadvize-oss/eslint-config-redux-saga
@iadvize-oss/eslint-config-storybook
@iadvize-oss/eslint-config-jest
@iadvize-oss/eslint-config-mocha
- Develop your change in the package
packages/<the package>
- Add lint that run with
npm run lint:js
- Create a new branch with your changes. Create your PR.
- Push your code. Don't forget to update
packages/<the package>/CHANGELOG.md
- Tag your PR with a version tag (
no-release
,patch
,minor
ormajor
). Tag your PR with your package (eg.packages/hello-1
). Submit it for approval. - The CI will publish the new version of the package for you once merged on master.