Originally posted by **orenard** October 27, 2023
Hi, the default terms contain an entry that I would like to override. How can this be done? The words in question "code base", which Textlint does not like and would like to shorten to "codebase". I have tried to define my own `.textlintrc.json` containing this:
`{
"rules": {
"terminology": {
"defaultTerms": false,
"exclude": ["codebase"]
}
}
}
`
But it does not have any effect.
Please note that I am using Textlint through Super Linter.
Can you please let me know how this can be done?
Many thanks
Discussed in https://github.com/sapegin/textlint-rule-terminology/discussions/69