0.0.0 • Published 3 years ago
@masoud-rousta/eslint-plugin-z3ro-connect v0.0.0
eslint-plugin-z3ro-connect
An ESLint plugin for z3ro connect mobile application
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-z3ro-connect:
npm install eslint-plugin-z3ro-connect --save-devUsage
Add z3ro-connect to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
    "plugins": [
        "z3ro-connect"
    ]
}Then configure the rules you want to use under the rules section.
{
    "rules": {
        "z3ro-connect/rule-name": 2
    }
}Supported Rules
- Fill in provided rules here
0.0.0
3 years ago