Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Sep 16, 2018
1 parent c5d3c64 commit c4fad88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
To support formatting of Elm code in markdown blocks, `prettier-plugin-elm` passes `--elm-version=0.19` to `elm-format`.
If you use Elm `0.18`, please install `prettier-plugin-elm@0.3`.


## 0.3.0 (2018-05-23)

- Implement caching mechanism to speed-up formatting of Elm blocks in markdown files ([#3](https://github.com/gicentre/prettier-plugin-elm/issues/3))
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ main =
In order to successfully format Elm code in markdown blocks, `prettier-plugin-elm` assumes your Elm version is 0.19.
If you use Elm 0.18, please install `prettier-plugin-elm@0.3`.


## Getting started

Simply install `prettier` and `prettier-plugin-elm` as your project’s npm dependencies:
Expand Down

0 comments on commit c4fad88

Please sign in to comment.