Skip to content

edd-london/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDD Eslint Config

Our default export contains ESlint rules, including ECMAScript 6+ and React.

https://www.npmjs.com/package/@eddlondon/eslint-config-react

Prerequisites

npm install npm@latest -g
npm install --global yarn

eslint extension

Installation

npm i @eddlondon/eslint-config-react
yarn add @eddlondon/eslint-config-react

Usage

  • create a file called .eslintrc.json in root directory of application
  • paste the following snippet { extends: ['@eddlondon/eslint-config-react'];}

Publish

run the following command

npm run push-minor

yarn push-minor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published