Skip to content

LaunchWare/eslint-config-react

Repository files navigation

LaunchWare's eslint-config-react

This is the default eslint configuration for LaunchWare's React projects.

Installation

yarn add -D @launchware/eslint-config-react

Usage

You need to add the following to your .eslintrc (or equivalent) file:

{
  "extends": "@launchware/eslint-config-react"
}