Skip to content

9akashnp8/eslint-config-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
}