Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

vtex/eslint-config-vtex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-vtex-react

This package provides VTEX's .eslintrc for React projects as an extensible shared config.

Installation

Assuming you already have ESLint installed, run:

yarn add -D eslint-config-vtex-react typescript prettier

Then add it to your ESLint configuration:

{
  "extends": "vtex-react"
}