We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a076 commit f4cd031Copy full SHA for f4cd031
1 file changed
.textlintrc.json
@@ -2,6 +2,11 @@
2
"plugins": {
3
"mdx": true
4
},
5
+ "filters": {
6
+ "allowlist": {
7
+ "allow": ["/^:::[a-zA-Z]+\\[[^\\]]*\\][\\s\\S]*?^:::\\s*$/gm"]
8
+ }
9
+ },
10
"rules": {
11
"one-sentence-per-line": true
12
}
0 commit comments