1.3.0 • Published 15 days ago

textlint-rule-azure-product-name v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

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

1.3.0

15 days ago

1.2.0

4 months ago

1.1.0

5 months ago

1.0.0

5 months ago