@launchware/eslint-config-react
v0.1.0
Published
ESLint configuration for LaunchWare react projects
Downloads
80
Maintainers
Readme
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"
}