This package is made for reducing boilerplate in .eslintrc.json
file and create single source of truth around all repositories.
You must have an access to Panenco Github Package Registry.
registry=https://registry.npmjs.org/
@panenco:registry=https://npm.pkg.github.com
always-auth=true
yarn add -DW eslint @panenco/eslint-config-react
In your root .eslintrc.json
just use
{
"root": true,
"extends": ["@panenco/eslint-config-react"]
}