My personal shareable/reusable eslint config for node/express apps.
npm init @eslint/config -- --config @9akashnp8/eslint-config-node
-
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"
}