0.1.2 • Published 2 years ago

@gyugyu/textlint-plugin-yaml v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

textlint-plugin-yaml

for yaml style resource supoprt for textlint

Installation

npm install -g textlint-plugin-yaml@npm:@gyugyu/textlint-plugin-yaml

Usage

add plugin to your .textlintrc

{
  "plugins": [
    "yaml"
  ]
}

execute textlint

textlint config/locales/**/*.yml

Build

npm install
babel -s -d lib src
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago