eslint-plugin-peopleai

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-peopleai

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • linuxenko