Skip to content

Commit 9e7fc2e

Browse files
committed
chore(readme): disable and enable
1 parent 6f756f6 commit 9e7fc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax
2323

2424
This is error example of parsing:
2525

26-
<!-- textlint-disable -->
26+
<!-- textlint-disable eslint -->
2727

2828
```js
2929
// This is invalid example
3030
const const;
3131
```
3232

33-
<!-- textlint-enable -->
33+
<!-- textlint-enable eslint -->
3434

3535
## Install
3636

0 commit comments

Comments
 (0)