Skip to content

Commit

Permalink
chore(release): 28.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [28.0.0](v27.8.0...v28.0.0) (2020-05-16)

### Features

* Remove Prettier configuration ([e6c0d39](e6c0d39))

### BREAKING CHANGES

* Based on discussion #76 we decided to remove our Prettier configuration.
In order to avoid useless discussions, people should format their code with thatever style Prettier uses. Configuring Prettier ultimately defeats the purpose of Prettier, see prettier/prettier#40
  • Loading branch information
semantic-release-bot committed May 16, 2020
1 parent e6c0d39 commit 007d985
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [28.0.0](https://github.com/peerigon/eslint-config-peerigon/compare/v27.8.0...v28.0.0) (2020-05-16)


### Features

* Remove Prettier configuration ([e6c0d39](https://github.com/peerigon/eslint-config-peerigon/commit/e6c0d393f2de987e7ad33198085b2173ea9a9cd3))


### BREAKING CHANGES

* Based on discussion https://github.com/peerigon/eslint-config-peerigon/issues/76 we decided to remove our Prettier configuration.
In order to avoid useless discussions, people should format their code with thatever style Prettier uses. Configuring Prettier ultimately defeats the purpose of Prettier, see https://github.com/prettier/prettier/issues/40

# [27.8.0](https://github.com/peerigon/eslint-config-peerigon/compare/v27.7.0...v27.8.0) (2020-05-16)


Expand Down

0 comments on commit 007d985

Please sign in to comment.