1.0.2 • Published 5 years ago
eslint-plugin-teamix v1.0.2
eslint-plugin-teamix
teamix ui component eslint plugin
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-teamix:
$ npm install eslint-plugin-teamix --save-devUsage
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