eslint-config-xo-space
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4573
70
7
+ Addedeslint-config-xo@0.5.0(transitive)
- Removedeslint-config-xo@0.4.0(transitive)
Updatedeslint-config-xo@^0.5.0