/eslint-config

A pretty standard eslint config based on prettier and standard

Primary LanguageJavaScriptMIT LicenseMIT

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