Remove linter working from copy/paste

thanks @rschamp :)
This commit is contained in:
Matthew Taylor 2017-03-21 16:24:45 -04:00
parent ddac1fdc01
commit 79810ecd61

View file

@ -112,8 +112,7 @@ npm install
Now you're ready to make commits using `git cz`.
## Breaking changes
If you're committing a change that makes the linter more strict, or will
otherwise require changes to existing code, ensure your commit specifies a
breaking change. In your commit body, prefix the changes with "BREAKING CHANGE: "
If you're committing a change that will require changes to existing code, ensure
your commit specifies a breaking change. In your commit body, prefix the changes with "BREAKING CHANGE: "
This will cause a major version bump so downstream projects must choose to upgrade
the config and will not break the build unexpectedly.