Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-sentry

Package Overview
Dependencies
Maintainers
9
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sentry - npm Package Compare versions

Comparing version 1.132.0 to 1.133.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.133.0 (2024-01-16)
**Note:** Version bump only for package eslint-config-sentry
# 1.132.0 (2024-01-02)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "eslint-config-sentry",
"version": "1.132.0",
"version": "1.133.0",
"description": "sentry.io eslint config",

@@ -25,3 +25,3 @@ "main": "index.js",

"homepage": "https://github.com/getsentry/eslint-config-sentry#readme",
"gitHead": "71e476b7f3359434fb6ff3215db49dda4db934cd",
"gitHead": "bbad59597693592aaf47173455b2348363a07f5e",
"volta": {

@@ -28,0 +28,0 @@ "node": "20.10.0",

@@ -142,2 +142,5 @@ // Test

// https://eslint.org/docs/rules/jsx-quotes
'jsx-quotes': ['error', 'prefer-double'],
// https://eslint.org/docs/rules/no-caller

@@ -224,2 +227,11 @@ 'no-caller': ['error'],

// https://eslint.org/docs/rules/quotes.html
quotes: [
'error',
'single',
{
avoidEscape: true,
},
],
// https://eslint.org/docs/rules/radix

@@ -249,2 +261,5 @@ radix: ['error'],

// https://eslint.org/docs/rules/arrow-body-style
'arrow-body-style': ['error', 'as-needed'],
// https://eslint.org/docs/rules/array-callback-return

@@ -251,0 +266,0 @@ 'array-callback-return': ['error'],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc