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.11.0 to 0.12.0

3

index.js

@@ -5,3 +5,3 @@ 'use strict';

parserOptions: {
ecmaVersion: 6,
ecmaVersion: 7,
sourceType: 'module',

@@ -119,2 +119,3 @@ ecmaFeatures: {

'no-label-var': 2,
'no-restricted-globals': [2, 'event'],
'no-shadow-restricted-names': 2,

@@ -121,0 +122,0 @@ 'no-undef-init': 2,

{
"name": "eslint-config-xo",
"version": "0.11.0",
"version": "0.12.0",
"description": "ESLint shareable config for XO",

@@ -54,5 +54,6 @@ "license": "MIT",

"ava": "*",
"babel-eslint": "^4.1.0",
"eslint": "^2.0.0",
"babel-eslint": "^6.0.0-beta.1",
"eslint": "^2.3.0",
"eslint-plugin-babel": "^3.0.0",
"estraverse-fb": "^1.3.1",
"is-plain-obj": "^1.0.0",

@@ -62,4 +63,4 @@ "temp-write": "^2.1.0"

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