textlint-plugin-erb

0.0.1 • Public • Published

textlint-plugin-erb Build Status Dependency Status

for erb (html.erb) support for textlint

Installation

npm install -g takemikami/textlint-plugin-erb#master

Usage

add plugin to your .textlintrc

{
  "plugins": [
    "erb"
  ]
}

execute textlint

textlint app/views/**/*.erb

Build

npm install
babel -s -d lib src

Readme

Keywords

none

Package Sidebar

Install

npm i textlint-plugin-erb

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • takemikami