Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
duailibe committed May 8, 2019
1 parent 58b08c9 commit b44748e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.unreleased.md
Expand Up @@ -159,7 +159,7 @@ Examples:
start with \* weren't flagged correctly and the subsequent parenthesis were
stripped. Prettier master fixes this issue.
<!-- prettier-ignore --\>
<!-- prettier-ignore -->
```js
// Input
const style =/**
Expand All @@ -169,7 +169,7 @@ Examples:
*/({
width,
});

// Output (Prettier stable)
const style =/**
* @type {{
Expand All @@ -178,7 +178,7 @@ Examples:
*/ {
width,
};

// Output (Prettier master)
const style =/**
* @type {{
Expand Down

0 comments on commit b44748e

Please sign in to comment.