# eslint-config-inyono

An ESLint configuration intended to be used together with [prettier-eslint](https://github.com/prettier/prettier-eslint).

## Semantic Versioning Policy

We've defined the following semantic versioning policy for this repository:

* Patch release (intended to not break your lint build)
  * The ESLint version is updated.
  * The Prettier version is updated.
  * An existing rule is removed from a configuration.
  * A new configuration is exported.
* Minor release (likely breaks your lint build)
  * An additional rule is enabled.
* Major release (changes the coding style)
  * A configuration is changed in a way incompatible to the previous coding style (e.g. `quote` from `single` to `double`).
