Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 587 Bytes

File metadata and controls

20 lines (10 loc) · 587 Bytes

eslint-config-pinterest

Contributing

Make sure that your version numbers comply with semantic versioning.

For any change that will break builds (adding rules, or changing options for a rule), please increment the major version.

2.0.0 -> 3.0.0

For any change that will not break builds, but is not insignificant (adding options, removing rules, or changing implementations of a rule), please bump the minor version.

2.0.0 -> 2.1.0

For style changes, or small patches that change formatting, etc, please bump the patch version.

2.0.0 -> 2.0.1

Thank you!