0.0.4 • Published 7 years ago

eslint-plugin-peopleai v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-plugin-peopleai

In general, customized riot's tag files linter with a couple of custom rules.

Build Status npm version license

Installation

  npm install eslint-plugin-peopleai

Usage

Inside of your .eslintrc

{
  plugins: [ 'peopleai' ]
}

Rules

  • root-context-name-tag - name of the root context assignment should be tag ( var tag = this; )
  Root scope identifier should be named as tag (peopleai/root-context-name-tag)

With support of

  • html general checks
  • no text inside of a tag
  • plugins nesting

Screenshot

License

MIT (c) Svetlana Linuxenko