Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 299 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 299 Bytes

Versioning

Major bumps

  • rule changes
  • rule additions
  • env changes
  • eslint peer dependency updates

Minor bumps

  • rule removal
  • new sub-config choice (such as client, es6, etc)

Patch bumps

  • file formatting
  • adding comments to files
  • README updates
  • etc