eslint-plugin-teamix

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-teamix

Weekly Downloads

4

Version

1.0.2

License

ISC

Unpacked Size

7.21 kB

Total Files

9

Last publish

Collaborators

  • purple-force