0.0.1 • Published 2 years ago
eslint-config-zu6koff-node v0.0.1
eslint-plugin-zu6koff-node
eslint plugin for node js
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-zu6koff-node:
npm install eslint-plugin-zu6koff-node --save-devUsage
Add zu6koff-node to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"zu6koff-node"
]
}