eslint-config-sentry-react
v2.10.0
Published
sentry.io eslint config
Downloads
44,926
Readme
Install
yarn add -D eslint-config-sentry
Configuration
In your .eslintrc
(or equivalent config file)
Use sentry
for base rules, sentry/app
contains rules for eslint-plugin-import
and eslint-plugin-react.
{
"extends": ["sentry/app"]
}
Updating React Version
Is react being updated in sentry/getsentry? Update the version in react.js settings to match.