Skip to content

Esquire-Digital/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ESLint & Prettier Config

A basic ESLint & Prettier config to be used in React/Gatsby projects.

Installation

Install the package:

npm i -D @esquiredigital/eslint-config-react

Then add to the .eslintrc.json file in the project's root:

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

If your project uses another filetype for the eslint config, just add the above line to the extends array wherever it can be found.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published