New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-ibmresearch

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ibmresearch - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

7

index.js

@@ -233,6 +233,3 @@ /**

// 'array-bracket-newline': 'off',
'array-bracket-newline': ['error', {
'multiline': true,
'minItems': 1
}],
'array-bracket-newline': ['error', 'consistent'],
// 'array-bracket-spacing': 'off',

@@ -278,3 +275,3 @@ 'array-bracket-spacing': ['error', 'never'],

// 'function-paren-newline': 'off',
'function-paren-newline': ['error', 'multiline'],
'function-paren-newline': ['error', 'consistent'],
// 'id-blacklist': 'off',

@@ -281,0 +278,0 @@ 'id-blacklist': 'off',

{
"name": "eslint-config-ibmresearch",
"version": "0.9.0",
"version": "0.9.1",
"description": "ESLint shareable config for the IBM Research JavaScript style guide",

@@ -5,0 +5,0 @@ "author": "The IBM Research authors",

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