Skip to content

Commit 2be2308

Browse files
authored
Merge pull request #373 from githubtraining/parkerbxyz/textlint
Remove linter workaround now that root issue has been fixed
2 parents c8aaa08 + f715414 commit 2be2308

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/linters/.textlintrc

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
},
55
"rules": {
66
"terminology": {
7-
"defaultTerms": true,
8-
"exclude": [
9-
// Workaround until https://github.com/sapegin/textlint-rule-terminology/issues/38 is fixed
10-
"HTML"
11-
]
7+
"defaultTerms": true
128
}
139
}
1410
}

0 commit comments

Comments
 (0)