Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

[deprecated] Yet another shareable ESLint config

Notifications You must be signed in to change notification settings

sumitgoelpw/eslint-config-sumitgoelpw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been deprecated.

eslint-config-sumitgoelpw - Yet another shareable ESLint config

Installation

npm install eslint eslint-plugin-promise eslint-config-sumitgoelpw --save-dev

Configuration

Add following lines in package.json file.

"eslintConfig": {
    "extends": "sumitgoelpw"
  }