Library of utility files relevant for the consent app.
The app is tested primarily through unit tests using jest.
yarn workspace lib-utils test:unit
yarn workspace lib-utils lint
- The app is linted through custom
eslint
rules specified globally. Additionally, we make use ofprettier
to automate as much as possible.
yarn workspace lib-utils lint