Skip to content

Commit

Permalink
Merge pull request #23 from holidaycheck/greenkeeper-eslint-2.10.2
Browse files Browse the repository at this point in the history
Update eslint to version 2.10.2 🚀
  • Loading branch information
lo1tuma committed May 17, 2016
2 parents 6e857b0 + 15d4728 commit 44780e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions baseConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": "error",
"no-unreachable": "error",
"no-unsafe-finally": "error",
"no-unused-expressions": "error",
"no-unused-labels": "error",
"no-unused-vars": "error",
"no-use-before-define": "error",
"no-useless-call": "error",
"no-useless-computed-key": "error",
"no-useless-concat": "off",
"no-useless-constructor": "error",
"no-useless-escape": "error",
Expand Down Expand Up @@ -225,6 +227,7 @@
"newline-before-return": "off",
"newline-per-chained-call": "off",
"object-curly-spacing": [ "error", "always" ],
"object-property-newline": "off",
"object-shorthand": "off",
"one-var": [ "error", "always" ],
"one-var-declaration-per-line": "off",
Expand Down
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": {
"chai": "3.5.0",
"eslint": "2.8.0",
"eslint": "2.10.2",
"espree": "3.1.4",
"mocha": "2.4.5",
"pr-log": "1.4.0"
Expand Down

0 comments on commit 44780e7

Please sign in to comment.