sapegin / textlint-rule-terminology

Textlint rule to check correct terms spelling
MIT License
50 stars 17 forks source link

How can I override default terms? #70

Closed orenard closed 1 year ago

orenard commented 1 year ago

Discussed in https://github.com/sapegin/textlint-rule-terminology/discussions/69

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
orenard commented 1 year ago

Removing