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 88e0f39 commit 1d6f36bCopy full SHA for 1d6f36b
.textlintrc
@@ -1,4 +1,7 @@
1
{
2
+ "plugins": [
3
+ "jtf-style"
4
+ ],
5
"rules": {
6
"max-ten": {
7
"max": 3
package.json
@@ -52,7 +52,8 @@
52
"node-fetch": "^1.3.2",
53
"npm-run-all": "^1.2.8",
54
"power-assert": "^1.0.0",
55
- "textlint": "^3.3.0",
+ "textlint": "^3.7.1",
56
+ "textlint-plugin-jtf-style": "^0.1.6",
57
"textlint-rule-max-ten": "^1.1.0",
58
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
59
"textlint-rule-no-start-duplicated-conjunction": "^1.0.3",
0 commit comments