@gyugyu/textlint-plugin-yaml
v0.1.2
Published
for yaml style resource supoprt for textlint
Downloads
817
Readme
textlint-plugin-yaml
for yaml style resource supoprt for textlint
Installation
npm install -g textlint-plugin-yaml@npm:@gyugyu/textlint-plugin-yamlUsage
add plugin to your .textlintrc
{
"plugins": [
"yaml"
]
}execute textlint
textlint config/locales/**/*.ymlBuild
npm install
babel -s -d lib src