Skip to content

Commit

Permalink
docs: warn about future breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Oct 15, 2017
1 parent dcecba7 commit ede69bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ pretttier-tslint file.ts

## API


```js
import format from "prettier-eslint";

format("file.ts");
```

Currently the `format` function will write to disk and not return anything. This behavior **will change** in a minor release before `1.0.0` is released.

0 comments on commit ede69bb

Please sign in to comment.