Awesome coding styles and tools for programing in Vest.
Using npm is needed to link the dependency:
npm install In this folder:
npm linkIn the project folder where you want to test this library:
npm link @vestfi/eslint-config-react-typescriptNow, any change on this package will be automatically reflected on the consumer project.
- Make sure what kind of release it will be (fix, minor, major) depending on your commits (https://semantic-release.gitbook.io/semantic-release/#how-does-it-work).
- Update the version with
yarn versionto ensure that the version on GitHub packages will match the one on thepackage.json. - Create the pull request and get it approved.
- Once approved, merge your branch into
mainand the semantic release will take care of the rest.