Rambler team configurations for linters, formatters and tools
To start development you need install yarn
and deps:
yarn install
To run linting the codebase:
yarn lint
To check licenses:
yarn licenselint
To bump version of changed packages and generate changelog run:
yarn release
MIT