0.0.1 • Published 8 years ago
textlint-plugin-erb v0.0.1
textlint-plugin-erb

for erb (html.erb) support for textlint
Installation
npm install -g takemikami/textlint-plugin-erb#masterUsage
add plugin to your .textlintrc
{
"plugins": [
"erb"
]
}execute textlint
textlint app/views/**/*.erbBuild
npm install
babel -s -d lib src0.0.1
8 years ago