We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1139aee commit dd81c0fCopy full SHA for dd81c0f
README.md
@@ -11,6 +11,17 @@
11
12
textlint >= 5.0
13
14
+## Usage
15
+
16
+Put "no-dropping-the-ra" to `.textlintrc`
17
18
+```js
19
+{
20
+ "rules": {
21
+ "no-dropping-the-ra": true
22
+ }
23
+}
24
+```
25
26
## Contributing
27
@@ -26,4 +37,4 @@ MIT
37
38
## Reference
28
39
29
-- http://www.clear-code.com/blog/2015/8/29.html
40
+- http://www.clear-code.com/blog/2015/8/29.html
0 commit comments