README
@simonkberg/eslint-config-react
This package has been deprecated.
An equivalent preset is available as a separate export of @simonkberg/eslint-config.
Migration:
Remove @simonkberg/eslint-config-react and install @simonkberg/eslint-config:
yarn remove @simonkberg/eslint-config-react
yarn add --dev @simonkberg/eslint-config
Update package.json to contain:
{
"eslintConfig": {
"extends": ["@simonkberg/eslint-config", "@simonkberg/eslint-config/react"]
}
}
A shareable eslint config for my React projects.
Install:
yarn add --dev @simonkberg/eslint-config-react
Usage:
Add to package.json:
{
"eslintConfig": {
"extends": "@simonkberg/eslint-config-react"
}
}