0.0.1 • Published 5 years ago
@healo/eslint-plugin-material-ui v0.0.1
eslint-plugin-eslint-matrix
Matrix rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install @healo/eslint-plugin-material-ui:
$ npm install @healo/eslint-plugin-material-ui --save-devUsage
Add @healo/material-ui to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"@healo/material-ui"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"@healo/material-ui/rule-name": 2
}
}Supported Rules
@healo/material-ui/material-icon-import
0.0.1
5 years ago