0.0.0 • Published 2 years ago

@masoud-rousta/eslint-plugin-z3ro-connect v0.0.0

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

eslint-plugin-z3ro-connect

An ESLint plugin for z3ro connect mobile application

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-z3ro-connect:

npm install eslint-plugin-z3ro-connect --save-dev

Usage

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