Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
feat: rule set to error (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel87 authored Mar 6, 2020
1 parent 1136fc6 commit d27e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const ESLINT_RULES = {
'id-blacklist': OFF,
'id-length': OFF,
'id-match': OFF,
'implicit-arrow-linebreak': ON,
'implicit-arrow-linebreak': ERROR,
'line-comment-position': OFF,
'linebreak-style': OFF,
'lines-around-comment': OFF,
Expand Down

0 comments on commit d27e240

Please sign in to comment.