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

TextLint rule to check correct terms spelling

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
863
decreased by-80.83%
Maintainers
1
Weekly downloads
 
Created
Source

termstextlint-rule-terminology

npm

textlint rule to check correct terms spelling.

Installation

npm install textlint-rule-terminology

Usage

textlint --format pretty-error --rule terminology Readme.md

Configuration

By default the rule will check against my personal terminology. You can change it in your .textlintrc:

{
  "rules": {
    "terminology": {
      // List of terms
      "terms": {
        // Correct spelling: list of possible mistakes
        "frontend": ["front-end"],
        "site": ["website"]
      },
      // OR load terms from a file
      "terms": "~/terms.json",
      // OR load terms from npm
      "terms": "@johnsmith/terms"
    }
  }
}

Read more about configuring textlint.

Changelog

The changelog can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.

Keywords

FAQs

Package last updated on 06 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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