0.0.1 • Published 6 months ago

eslint-config-zu6koff-node v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

eslint-plugin-zu6koff-node

eslint plugin for node js

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-zu6koff-node:

npm install eslint-plugin-zu6koff-node --save-dev

Usage

Add zu6koff-node to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "zu6koff-node"
    ]
}