Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prabaprakash authored Sep 5, 2018
1 parent d0d8db2 commit 295a134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = {
'comma-spacing': ["error", { "before": false, "after": true }],
'object-curly-spacing': ["error", "always"],
'key-spacing': ["error", { "beforeColon": false, "afterColon": true }],
'arrow-body-style': ["error", "as-needed"],
'linebreak-style': 0,
'arrow-body-style': ["error", "as-needed"]
},
};

0 comments on commit 295a134

Please sign in to comment.