textlint-rule-azure-product-name
v1.4.0
Published
Rule for Azure product names
Downloads
99
Readme
textlint-rule-azure-product-name
[!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
- For examples:
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