https://github.com/joaopalmeiro/textlint-extra-terms
List of extra terms to be used with textlint and textlint-rule-terminology.
https://github.com/joaopalmeiro/textlint-extra-terms
Last synced: about 1 month ago
JSON representation
List of extra terms to be used with textlint and textlint-rule-terminology.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/textlint-extra-terms
- Owner: joaopalmeiro
- License: mit
- Created: 2021-04-10T22:47:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T16:01:22.000Z (about 4 years ago)
- Last Synced: 2025-03-04T06:36:01.146Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textlint-extra-terms
[](https://www.npmjs.com/package/textlint-extra-terms)
List of extra terms to be used with [textlint](https://github.com/textlint/textlint) and [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology).
## Usage
> .textlintrc
```json
{
"rules": {
"terminology": {
"defaultTerms": true,
"terms": "./node_modules/textlint-extra-terms/terms.json"
}
}
}
```## Development
- `yarn install`.
- `yarn test`.
- Release: `npx np` ([source](https://github.com/sindresorhus/np/issues/507#issuecomment-807266088)).## References
- [textlint](https://github.com/textlint/textlint) ([website](https://textlint.github.io/)).
- [textlint-algolia-terms](https://github.com/algolia/textlint-algolia-terms) ([npm](https://www.npmjs.com/package/textlint-algolia-terms)).
- [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology).
- [textlint-tester](https://www.npmjs.com/package/textlint-tester).## Notes
- [np](https://github.com/sindresorhus/np).
- [proselint](https://github.com/amperser/proselint).
- [LanguageTool](https://languagetool.org/) (alternative to Grammarly).
- [vscode-textlint](https://github.com/taichi/vscode-textlint).