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.1 to 1.0.2

8

lib/index.js

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

'lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
'max-len': ['error', 100, {
ignoreUrls: true,
ignoreComments: false,
ignoreRegExpLiterals: true,
ignoreStrings: true,
ignoreTemplateLiterals: true
}],
'max-len': ['error', 100, { ignoreComments: false }],
'new-cap': ['error', { newIsCap: true, capIsNew: false, properties: true }],

@@ -72,0 +66,0 @@ 'new-parens': 'error',

5

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

@@ -32,6 +32,7 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint7": "npm:eslint@^7.32.0",
"tap": "^15.0.9"
}
}
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