@aryanjabbari/eslint-config

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aryanjabbari/eslint-config

Weekly Downloads

94

Version

2.0.0

License

MIT

Unpacked Size

2.53 kB

Total Files

5

Last publish

Collaborators

  • aryanjabbari