Skip to content

Commit

Permalink
Update, fix windows line-breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRichter committed Mar 29, 2018
1 parent a84e468 commit 4cfbfe9
Show file tree
Hide file tree
Showing 3 changed files with 11,539 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'optionalDependencies': ['test/unit/index.js']
}],
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
"linebreak-style": 0
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
test/unit/coverage
test/e2e/reports
selenium-debug.log
.idea
Loading

0 comments on commit 4cfbfe9

Please sign in to comment.