Skip to content

Commit eaaedba

Browse files
committed
docs(readme): add fixable info
1 parent 740187d commit eaaedba

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# textlint-rule-eslint
1+
# textlint-rule-eslint [![Build Status](https://travis-ci.org/azu/textlint-rule-eslint.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-eslint) [![textlint fixable rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)
2+
23

34
[textlint](https://textlint.github.io/ "textlint official site") rule integrate with ESLint.
45

@@ -81,6 +82,14 @@ textlint --rule eslint README.md
8182
}
8283
```
8384

85+
## Fixable
86+
87+
`textlint-rule-eslint support` `--fix` option.
88+
89+
[![textlint rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)
90+
91+
See [https://github.com/textlint/textlint/#fixable](https://github.com/textlint/textlint/#fixable) for more details.
92+
8493
## Changelog
8594

8695
See [Releases page](https://github.com/azu/textlint-rule-eslint/releases).

0 commit comments

Comments
 (0)