yarn 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.
{
"extends": [
"sentry/app"
],
}
yarn 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.
{
"extends": [
"sentry/app"
],
}
npm i eslint-config-sentry
1,404
2.10.0
BSD-2-Clause
21 kB
5