textlint-rule-azure-product-name

1.4.0 • Public • Published

textlint-rule-azure-product-name MIT License

[!IMPORTANT] This rule is not an official rule of Microsoft.

textlint rule for Azure product names.

This rule inspired by textlint-rule-aws-service-name.

Features

  • Check Azure product names
    • For examples:
      • Azure Active Directory -> Azure Entra ID
      • Microsoft AI Studio -> Azure AI Studio
      • AIStudio -> AI Studio

Install

Install with npm:

npm install textlint-rule-azure-product-name

Usage

Via .textlintrc.json(Recommended)

{
    "rules": {
        "azure-product-name": true
    }
}

Via CLI

textlint --rule azure-product-name README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

You can also test each test file by running the following.

# Run only the test files under specs/.
npm run test:jest
# or npm run jest
# run only test files under test/.
npm run test:lint
# or npm run testLint

License

MIT © dora56

/textlint-rule-azure-product-name/

    Package Sidebar

    Install

    npm i textlint-rule-azure-product-name

    Weekly Downloads

    6

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    76.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • dora56