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 233366e commit d1926ccCopy full SHA for d1926cc
example/README.md
@@ -0,0 +1,3 @@
1
+# Example
2
+
3
+- [ ] warning TODO
example/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "example",
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "textlint --rule no-todo README.md; test $? -eq 1"
8
+ },
9
+ "author": "azu",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "textlint": "^3.2.0"
13
+ }
14
+}
package.json
@@ -37,7 +37,7 @@
37
"espower-babel": "^3.3.0",
38
"mocha": "^2.2.5",
39
"power-assert": "^1.0.0",
40
- "textlint": "^3.1.2"
41
},
42
"dependencies": {
43
"textlint-rule-helper": "^1.1.3"
0 commit comments