1# commons
2
3[![CircleCI](https://circleci.com/gh/sinonjs/commons.svg?style=svg)](https://circleci.com/gh/sinonjs/commons)
4[![codecov](https://codecov.io/gh/sinonjs/commons/branch/master/graph/badge.svg)](https://codecov.io/gh/sinonjs/commons)
5<a href="CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
6
7Simple functions shared among the sinon end user libraries
8
9## Rules
10
11* Follows the [Sinon.JS compatibility](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)
12* 100% test coverage
13* Code formatted using [Prettier](https://prettier.io)
14* No side effects welcome! (only pure functions)
15* No platform specific functions
16* One export per file (any bundler can do tree shaking)
17