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.29.1 to 0.30.0

25

index.js

@@ -83,3 +83,8 @@ 'use strict';

],
'array-callback-return': 'error',
'array-callback-return': [
'error',
{
allowImplicit: true
}
],
'block-scoped-var': 'error',

@@ -207,13 +212,3 @@ complexity: 'warn',

],
'handle-callback-err': 'warn',
'no-buffer-constructor': 'error',
'no-mixed-requires': [
'error',
{
grouping: true,
allowCall: true
}
],
'no-new-require': 'error',
'no-path-concat': 'error',
'no-restricted-imports': [

@@ -227,10 +222,2 @@ 'error',

],
'no-restricted-modules': [
'error',
'domain',
'freelist',
'smalloc',
'sys',
'colors'
],
'array-bracket-newline': [

@@ -237,0 +224,0 @@ 'error',

{
"name": "eslint-config-xo",
"version": "0.29.1",
"version": "0.30.0",
"description": "ESLint shareable config for XO",

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

"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},

@@ -59,3 +59,3 @@ "engines": {

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

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

"peerDependencies": {
"eslint": ">=6.8.0"
"eslint": ">=7"
}
}

Sorry, the diff of this file is not supported yet

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