Skip to content

Commit

Permalink
Require Node.js 10 and update eslint-config-xo
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 12, 2020
1 parent 57eea27 commit 31bfc5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,3 @@ language: node_js
node_js:
- '12'
- '10'
- '8'
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -4,13 +4,14 @@
"description": "ESLint shareable config for XO with 2-space indent",
"license": "MIT",
"repository": "xojs/eslint-config-xo-space",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"test": "ava"
Expand Down Expand Up @@ -47,14 +48,14 @@
"simple"
],
"dependencies": {
"eslint-config-xo": "^0.27.2"
"eslint-config-xo": "^0.28.0"
},
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"is-plain-obj": "^2.0.0"
},
"peerDependencies": {
"eslint": ">=6.6.0"
"eslint": ">=6.8.0"
}
}
3 changes: 0 additions & 3 deletions readme.md
Expand Up @@ -6,14 +6,12 @@ This is for advanced users. [You probably want to use XO directly.](https://gith

**Use the [XO issue tracker](https://github.com/xojs/xo/issues) instead of this one.**


## Install

```
$ npm install --save-dev eslint-config-xo-space
```


## Usage

Add some ESLint config to your `package.json`:
Expand Down Expand Up @@ -53,7 +51,6 @@ And [`xo-space/browser`](browser.js) if you're in the browser:
}
```


## Related

- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO
Expand Down

0 comments on commit 31bfc5e

Please sign in to comment.