Skip to content

Commit 85e7e6a

Browse files
committed
feat(textlint): add no-ndf
1 parent 5d5602c commit 85e7e6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.textlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"max-ten": {
44
"max": 3
55
},
6+
"no-nfd": true,
67
"no-doubled-conjunctive-particle-ga": true,
78
"no-doubled-conjunction": true,
89
"no-double-negative-ja": true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"textlint-rule-no-doubled-joshi": "^3.2.0",
7373
"textlint-rule-no-dropping-the-ra": "^1.0.2",
7474
"textlint-rule-no-mix-dearu-desumasu": "^1.1.0",
75+
"textlint-rule-no-nfd": "^1.0.1",
7576
"textlint-rule-no-start-duplicated-conjunction": "^1.0.7",
7677
"textlint-rule-preset-jtf-style": "^2.0.0",
7778
"textlint-rule-prh": "^3.0.1",

0 commit comments

Comments
 (0)