Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v28.0.0

Choose a tag to compare

@github-actions github-actions released this 16 May 12:58
· 180 commits to main since this release

28.0.0 (2020-05-16)

Features

  • Remove Prettier configuration (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