Skip to content

Commit

Permalink
Disable linebreak style rule for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
discosultan committed Sep 5, 2017
1 parent a1d2a4f commit 01a43a5
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 @@ -4,6 +4,7 @@
],
"parser": "babel-eslint",
"rules": {
"no-underscore-dangle": 0
"no-underscore-dangle": 0,
"linebreak-style": "off"
}
}

0 comments on commit 01a43a5

Please sign in to comment.