2.0.0 • Published 4 months ago

@aryanjabbari/eslint-config v2.0.0

Weekly downloads
35
License
MIT
Repository
-
Last release
4 months ago

Eslint Config

Installation

yarn add @aryanjabbari/eslint-config

or

npm install @aryanjabbari/eslint-config

Usage

  1. Create an .eslintrc.json file in the root of your project
  2. For Node projects, add:
{
  "extends": ["@aryanjabbari/eslint-config"]
}

For React projects, add:

{
  "extends": ["@aryanjabbari/eslint-config/react"]
}