🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-config-sentry-app

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

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
Source
npm
Version published
Weekly downloads
603
39.58%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

eslint

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