0.1.0 • Published 7 years ago

eslint-config-inyono v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-inyono

An ESLint configuration intended to be used together with 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).