Skip to content

Commit

Permalink
chore(readme): disable and enable
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 3, 2016
1 parent 6f756f6 commit 9e7fc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax

This is error example of parsing:

<!-- textlint-disable -->
<!-- textlint-disable eslint -->

```js
// This is invalid example
const const;
```

<!-- textlint-enable -->
<!-- textlint-enable eslint -->

## Install

Expand Down

0 comments on commit 9e7fc2e

Please sign in to comment.