Skip to content

Commit

Permalink
eslint continues
Browse files Browse the repository at this point in the history
Closes: #1612
Approved by: jniles
  • Loading branch information
DedrickEnc authored and kwilu committed May 13, 2017
1 parent 13aa02c commit ca982a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = {
"quotes" : ["error", "single", { "allowTemplateLiterals": true }],
"arrow-parens" : "off",
"arrow-body-style" : "off",
"func-names" : "off",
"prefer-arrow-callback" : "off",
"no-underscore-dangle" : "off",
"no-unused-vars" : "off",
Expand Down

0 comments on commit ca982a3

Please sign in to comment.