Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
0
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.2 to 0.23.0

2

esnext.js

@@ -19,2 +19,4 @@ 'use strict';

'prefer-spread': 'error',
// TODO: Enable this when targeting Node.js 8
// 'prefer-object-spread': 2,
'prefer-destructuring': [

@@ -21,0 +23,0 @@ 'error',

3

index.js

@@ -144,2 +144,3 @@ 'use strict';

'array-bracket-spacing': ['error', 'never'],
'array-element-newline': ['error', 'consistent'],
'brace-style': ['error', '1tbs', {

@@ -165,3 +166,3 @@ allowSingleLine: false

'func-call-spacing': ['error', 'never'],
'func-name-matching': 'error',
'func-name-matching': ['error', {considerPropertyDescriptor: true}],
'func-names': ['error', 'never'],

@@ -168,0 +169,0 @@ indent: ['error', 'tab', {

{
"name": "eslint-config-xo",
"version": "0.22.2",
"version": "0.23.0",
"description": "ESLint shareable config for XO",

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

"ava": "*",
"eslint": "^4.9.0",
"eslint": "^5.0.0",
"is-plain-obj": "^1.0.0",

@@ -60,4 +60,4 @@ "temp-write": "^3.1.0"

"peerDependencies": {
"eslint": ">=4.9.0"
"eslint": ">=5.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc