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 8965dc9 commit f9f3533Copy full SHA for f9f3533
.textlintrc.js
@@ -5,6 +5,9 @@ module.exports = {
5
plugins: ["html"],
6
filters: {
7
comments: true,
8
+ allowlist: {
9
+ allow: ["/<(code|pre)[^>]*>[\\s\\S]*?</(code|pre)>/"],
10
+ },
11
},
12
rules: {
13
"preset-jtf-style": {
0 commit comments