1.0.2 • Published 5 months ago

@9akashnp8/eslint-config-node v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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

  1. npm install @9akashnp8/eslint-config-node

  2. Create the eslint config file (.eslintrc.{js,yml,json}) in your root dir and extend from this config

{
    "extends": "eslint:recommended"
}
1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago