Skip to content

A pretty standard eslint config based on prettier and standard

License

Notifications You must be signed in to change notification settings

mohitsinghs/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

GitHub Workflow Status npm version node-current license MIT

A pretty standard eslint config


Features

Usage

Install with your preferred package manager

# with npm
npm i -D eslint @mohitsingh/eslint-config
# or with yarn
yarn add --dev eslint @mohitsingh/eslint-config

Add the following eslint config in your package.json

"eslintConfig": {
  "extends": "@mohitsingh"
}