Skip to content

Commit

Permalink
Upgrade ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
indeyets committed Mar 6, 2017
1 parent 05b88d0 commit 2e0d61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"no-useless-computed-key": 2,
"no-var": 2,
"no-warning-comments": 1,
"nonblock-statement-body-position": [2, "below"],
"object-curly-newline": [2, { "multiline": true }],
"babel/object-curly-spacing": [2, "always"],
"object-shorthand": [2, "properties"],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"babel-register": "6.23.0",
"chai": "3.5.0",
"chai-fs": "~1.0.0",
"eslint": "3.15.0",
"eslint-plugin-babel": "4.0.1",
"eslint": "3.17.0",
"eslint-plugin-babel": "4.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-lodash": "2.3.5",
"eslint-plugin-promise": "3.4.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-you-dont-need-lodash-underscore": "5.0.4",
"istanbul": "0.4.5",
"mkdirp": "0.5.1",
Expand Down

0 comments on commit 2e0d61a

Please sign in to comment.