Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
Maintainers
3
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.25.1 to 0.26.0

3

esnext.js

@@ -51,3 +51,6 @@ 'use strict';

]
// TODO: Enable this when targeting Node.js 10
// 'no-useless-catch': 'error'
}
};

@@ -364,2 +364,10 @@ 'use strict';

],
'padding-line-between-statements': [
'error',
{
blankLine: 'always',
prev: 'multiline-block-like',
next: '*'
}
],
'quote-props': [

@@ -366,0 +374,0 @@ 'error',

8

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

@@ -53,4 +53,4 @@ "license": "MIT",

"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.3.0",
"ava": "^1.0.1",
"eslint": "^5.11.1",
"is-plain-obj": "^1.0.0",

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

"peerDependencies": {
"eslint": ">=5.3.0"
"eslint": ">=5.11.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