mohitsinghs / eslint-config

A pretty standard eslint config based on prettier and standard

Home Page:https://npm.im/@mohitsingh/eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A pretty standard eslint config based on prettier and standard

https://npm.im/@mohitsingh/eslint-config

License:MIT License


Languages

Language:JavaScript 100.0%