Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 5007fb2

Browse files
author
Max Tyler
committed
Merge pull request #329 from Arcanemagus/update-deps
Update deps
2 parents 6501dbe + 8f3968e commit 5007fb2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# linter-eslint
2+
[![Build Status](https://travis-ci.org/AtomLinter/linter-eslint.svg)](https://travis-ci.org/AtomLinter/linter-eslint)
3+
[![Dependency Status](https://david-dm.org/AtomLinter/linter-eslint.svg)](https://david-dm.org/AtomLinter/linter-eslint)
24

35
This linter plugin for [Linter](https://github.com/AtomLinter/Linter) provides
46
an interface to [eslint](http://eslint.org). It will be used with files that

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"atom": ">0.50.0"
1111
},
1212
"dependencies": {
13-
"atom-linter": "^3.3.7",
13+
"atom-linter": "^3.3.8",
1414
"atom-package-deps": "^3.0.5",
1515
"childprocess-promise": "^3.0.0",
1616
"escape-html": "^1.0.3",
17-
"eslint": "^1.9.0",
17+
"eslint": "^1.10.1",
1818
"resolve-env": "^1.0.0"
1919
},
2020
"devDependencies": {
2121
"babel-eslint": "^4.1.5",
22-
"eslint-plugin-react": "^3.9.0",
22+
"eslint-plugin-react": "^3.10.0",
2323
"eslint-config-steelbrain": "latest",
2424
"eslint-config-airbnb": "latest"
2525
},

0 commit comments

Comments
 (0)