Skip to content

Commit

Permalink
Turn off eslint multiline-comment-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Jan 31, 2019
1 parent 5a9db73 commit af77e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"es6": true
},
"rules": {
"function-paren-newline": "off"
"function-paren-newline": "off",
"multiline-comment-style": "off"
}
}

0 comments on commit af77e0b

Please sign in to comment.