sentry.io eslint config
npm install eslint-config-sentry-reactyarn add -D eslint-config-sentry
In your .eslintrc (or equivalent config file)
Use sentry for base rules, sentry/app contains rules for eslint-plugin-import
and eslint-plugin-react.
``json``
{
"extends": ["sentry/app"]
}
Is react being updated in sentry/getsentry? Update the version in react.js settings to match.