Skip to content

Sawtaytoes/Ghadyani-ESLint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghadyani-ESLint

Prerequisites

To use this package, you need ESLint installed:

yarn add eslint

Usage

To pull these into your projects, there are two versions which can be used in tandem, but have different requirements:

Node.js

yarn add -D @ghadyani-eslint/eslint-config-node eslint-plugin-import eslint-plugin-sort-destructure-keys

React

NOTE: You also need react installed to use this version of Ghadyani ESLint.

yarn add -D @ghadyani-eslint/eslint-config-web @babel/eslint-parser eslint-plugin-compat eslint-plugin-react eslint-plugin-import eslint-plugin-sort-destructure-keys