Skip to content

Commit

Permalink
Update ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Nov 12, 2016
1 parent 809e76d commit cc254db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"coveralls": "^2.11.14",
"eslint": "^3.9.1",
"eslint": "^3.10.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,9 @@ eslint-plugin-import@^2.2.0:
minimatch "^3.0.3"
pkg-up "^1.0.0"

eslint@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.9.1.tgz#5a8597706fc6048bc6061ac754d4a211d28f4f5b"
eslint@^3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.10.0.tgz#4a90079046b3a89099eaa47787eafeb081e78209"
dependencies:
babel-code-frame "^6.16.0"
chalk "^1.1.3"
Expand All @@ -843,7 +843,7 @@ eslint@^3.9.1:
file-entry-cache "^2.0.0"
glob "^7.0.3"
globals "^9.2.0"
ignore "^3.1.5"
ignore "^3.2.0"
imurmurhash "^0.1.4"
inquirer "^0.12.0"
is-my-json-valid "^2.10.0"
Expand Down Expand Up @@ -1220,7 +1220,7 @@ iconv-lite@^0.4.13, iconv-lite@0.4.13:
version "0.4.13"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"

ignore@^3.1.5:
ignore@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.0.tgz#8d88f03c3002a0ac52114db25d2c673b0bf1e435"

Expand Down

0 comments on commit cc254db

Please sign in to comment.