0.0.1-alpha.0 • Published 11 months ago

@horihiro/textlint-rule-azure-naming-convention v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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 ©

0.0.1-alpha.0

11 months ago