@9akashnp8/eslint-config-node
v1.0.2
Published
my personal shareable eslint config for node/express
Downloads
11
Readme
About
My personal shareable/reusable eslint config for node/express apps.
Usage
New project:
npm init @eslint/config -- --config @9akashnp8/eslint-config-node
Existing Project
npm install @9akashnp8/eslint-config-node
Create the eslint config file (
.eslintrc.{js,yml,json}
) in your root dir and extend from this config
{
"extends": "eslint:recommended"
}