eslint-plugin-fly

0.0.2 • Public • Published

eslint-plugin-fly

This package provides fly's .eslintrc as an extensible shared config.

Install

 npm i eslint-plugin-fly -D

Usage

in your .eslintrc config

{
  ...
  "plugins": [
    "fly"
  ],
  "rules": {
    "fly/no-use-img": "error"
  }
}

Rules

The following are the optional configuration rules provided

    "fly/no-use-img": "error"

You need to use a unified < image / > component to replace the img tag.

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-fly

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

2.38 kB

Total Files

4

Last publish

Collaborators

  • hzy0913