Skip to content

Commit 8f4c8f3

Browse files
committed
fix: ignore unequal sign from textlint target
1 parent 1351495 commit 8f4c8f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"filters": {
1010
"allowlist": {
1111
"allow": [
12-
"->"
12+
"->",
13+
">="
1314
]
1415
}
1516
}

0 commit comments

Comments
 (0)