You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

eslint-config-sentry-app

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sentry-app

sentry.io eslint config

2.10.0
latest
Version published
Weekly downloads
356
9.2%
Maintainers
0
Weekly downloads
 
Created

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"
  ],
}

FAQs

Package last updated on 12 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts