1.0.1 • Published 2 years ago
textlint-rule-gc-product-name v1.0.1
textlint-rule-gc-product-name
This rule checks Google Cloud product names.
The names of products are obtained from this API.
Install
Install with npm:
npm install textlint-rule-gc-product-nameUsage
Via .textlintrc.json(Recommended)
{
"rules": {
"gc-product-name": true
}
}Via CLI
textlint --rule gc-product-name README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
npm testLicense
MIT © danishi
