@masoud-rousta/eslint-plugin-z3ro-connect
v0.0.0
Published
An ESLint plugin for z3ro connect mobile application
Maintainers
Readme
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
