Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-xo-space

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-xo-space - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

14

package.json
{
"name": "eslint-config-xo-space",
"version": "0.3.0",
"version": "0.4.0",
"description": "ESLint shareable config for XO with 2-space indent",

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

"scripts": {
"test": "node test/test.js"
"test": "ava"
},

@@ -55,8 +55,10 @@ "files": [

"dependencies": {
"eslint-config-xo": "^0.4.0"
"eslint-config-xo": "^0.5.0"
},
"devDependencies": {
"ava": "0.0.4",
"ava": "*",
"babel-eslint": "^4.1.1",
"clear-require": "^1.0.1",
"eslint": "^1.2.1",
"eslint": "^1.3.1",
"eslint-plugin-babel": "^2.1.1",
"is-plain-obj": "^1.0.0",

@@ -66,4 +68,4 @@ "temp-write": "^1.1.2"

"peerDependencies": {
"eslint": ">=1.2.1"
"eslint": ">=1.3.1"
}
}

@@ -14,3 +14,11 @@ # eslint-config-xo-space [![Build Status](https://travis-ci.org/sindresorhus/eslint-config-xo-space.svg?branch=master)](https://travis-ci.org/sindresorhus/eslint-config-xo-space)

For the `esnext` version you'll also need Babel's ESLint [parser](https://github.com/babel/babel-eslint) and [plugin](https://github.com/babel/eslint-plugin-babel):
```
$ npm install --save-dev babel-eslint eslint-plugin-babel
```
This will let you use ES2016 features like [`async`/`await`](https://github.com/lukehoban/ecmascript-asyncawait) and [decorators](https://github.com/wycats/javascript-decorators). For a full list of features see [Babel's experimental features](https://babeljs.io/docs/usage/experimental/) and their [Learn ES2015](https://babeljs.io/docs/learn-es2015/).
## Usage

@@ -17,0 +25,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