Skip to content

Commit

Permalink
feat(package): updated to eslint 2.10.2 & enabled object-property-new…
Browse files Browse the repository at this point in the history
…line rule
  • Loading branch information
valorkin committed May 17, 2016
1 parent 4141466 commit 26e9713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"no-unneeded-ternary": 2,
"no-whitespace-before-property": 2,
"object-curly-spacing": 2,
"object-property-newline": 2,
"one-var": [
2,
"never"
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 @@
},
"homepage": "https://github.com/valor-software/eslint-config-valorsoft#readme",
"dependencies": {
"eslint": "2.9.0"
"eslint": "2.10.2"
},
"devDependencies": {
"chai": "3.5.0",
Expand Down

0 comments on commit 26e9713

Please sign in to comment.