Skip to content

Commit 6c11659

Browse files
chore: add textlintrc configuration for terminology rules
1 parent ae260a8 commit 6c11659

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.textlintrc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rules": {
3+
"terminology": {
4+
"defaultTerms": true,
5+
"skip": ["Bug Fixes"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)