1.0.2 • Published 4 years ago

eslint-plugin-teamix v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-teamix

teamix ui component eslint plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-teamix:

$ npm install eslint-plugin-teamix --save-dev

Usage

Add teamix to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "teamix"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "no-alifd-next": 2,
        "no-alicloudfe-components": 2
    }
}

Supported Rules

  • no-alifd-next
  • no-alicloudfe-components