Skip to content

Commit

Permalink
disable eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceangel committed Jan 21, 2019
1 parent 809e9ad commit 468c441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'indent': 0,
'no-tabs': 0,
'space-before-function-paren': 0,
'eol-last': 0
'eol-last': 0,
'no-unused-expressions': 0
}
};

0 comments on commit 468c441

Please sign in to comment.