Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-xo - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

5

index.js

@@ -59,4 +59,6 @@ 'use strict';

'no-irregular-whitespace': 'error',
'no-loss-of-precision': 'error',
'no-misleading-character-class': 'error',
'no-obj-calls': 'error',
'no-promise-executor-return': 'error',
'no-prototype-builtins': 'error',

@@ -68,2 +70,3 @@ 'no-regex-spaces': 'error',

'no-unreachable': 'error',
'no-unreachable-loop': 'error',
'no-unsafe-finally': 'error',

@@ -208,3 +211,3 @@ 'no-unsafe-negation': 'error',

ignoreRestSiblings: true,
argsIgnorePattern: /^_$/.source,
argsIgnorePattern: /^_/.source,
caughtErrors: 'all',

@@ -211,0 +214,0 @@ caughtErrorsIgnorePattern: /^_$/.source

6

package.json
{
"name": "eslint-config-xo",
"version": "0.31.0",
"version": "0.32.0",
"description": "ESLint shareable config for XO",

@@ -58,3 +58,3 @@ "license": "MIT",

"ava": "^2.3.0",
"eslint": "^7.0.0",
"eslint": "^7.3.1",
"is-plain-obj": "^2.0.0",

@@ -64,4 +64,4 @@ "temp-write": "^4.0.0"

"peerDependencies": {
"eslint": ">=7"
"eslint": ">=7.3.1"
}
}
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