New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

textlint-rule-terminology

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-terminology - npm Package Compare versions

Comparing version 1.1.21 to 1.1.22

Changelog.md

4

package.json
{
"name": "textlint-rule-terminology",
"version": "1.1.21",
"version": "1.1.22",
"description": "TextLint rule to check correct terms spelling",

@@ -56,2 +56,2 @@ "author": {

}
}
}

@@ -7,3 +7,3 @@ # textlint-rule-terminology

[textlint](https://github.com/textlint/textlint) rule to check and fix term spelling in your tech writing.
[Textlint](https://github.com/textlint/textlint) rule to check and fix terms, brands and technologies spelling in your tech writing in English.

@@ -36,3 +36,3 @@ For example:

By default the rule will check against my personal [terminology](./terms.json). You can change it in your `.textlintrc`:
You can configure the rule in your `.textlintrc`:

@@ -76,3 +76,3 @@ ```js

Read more about [configuring textlint](https://github.com/textlint/textlint/blob/master/docs/configuring.md).
Check [the default terminology](./terms.json). Read more about [configuring textlint](https://github.com/textlint/textlint/blob/master/docs/configuring.md).

@@ -91,6 +91,12 @@ ## Tips & tricks

## Changelog
## Other textlint rules
The changelog can be found on the [Releases page](https://github.com/sapegin/textlint-rule-terminology/releases).
* [textlint-rule-apostrophe](https://github.com/sapegin/textlint-rule-apostrophe) — correct apostrophe usage
* [textlint-rule-diacritics](https://github.com/sapegin/textlint-rule-diacritics) — words with diacritics
* [textlint-rule-stop-words](https://github.com/sapegin/textlint-rule-stop-words) — filler words, buzzwords and clichés
## Change log
The change log can be found on the [Releases page](https://github.com/sapegin/textlint-rule-terminology/releases).
## Contributing

@@ -97,0 +103,0 @@

@@ -55,4 +55,6 @@ [

["auto[- ]?fixing", "autofixing"],
["name[- ]space(s?)", "namespace$1"],
["tree-?shaking", "tree shaking"],
["css-?in-?js", "CSS in JS"],
["higher ?order", "higher-order"],

@@ -59,0 +61,0 @@ // Starts from a lower case letter in the middle of a sentence

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc