Skip to content

Commit b5e1949

Browse files
committed
chore(textlint): add strict option
1 parent d41477c commit b5e1949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coverage.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"rules": {
33
"max-ten": {
4-
"max": 3
4+
"max": 3,
5+
"strict": true
56
},
67
"no-double-negative-ja": true,
78
"no-doubled-joshi": {

0 commit comments

Comments
 (0)