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

@npmcli/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/eslint-config - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/index.js

@@ -63,3 +63,3 @@ module.exports = {

'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
'max-len': ['error', 80, {
'max-len': ['error', 100, {
ignoreUrls: true,

@@ -163,3 +163,3 @@ ignoreComments: false,

'object-curly-newline': 'off',
'object-curly-spacing': 'off',
'object-curly-spacing': ['error', 'always'],
'object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],

@@ -166,0 +166,0 @@ 'one-var': ['error', { initialized: 'never' }],

{
"name": "@npmcli/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "eslint config used by the npm cli team",

@@ -13,3 +13,6 @@ "main": "lib/index.js",

},
"files": ["lib", "bin"],
"files": [
"lib",
"bin"
],
"repository": {

@@ -16,0 +19,0 @@ "type": "git",

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