@horihiro/textlint-rule-azure-naming-convention
v0.0.1-alpha.0
Published
Downloads
75
Readme
textlint-rule-az-res-name-convention
Install
Install with npm:
npm install textlint-rule-az-res-name-convention
Usage
Via .textlintrc.json
(Recommended)
{
"rules": {
"az-res-name-convention": true
}
}
Via CLI
textlint --rule az-res-name-convention 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
License
MIT ©