Skip to content

Commit

Permalink
fix(lint): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jun 28, 2017
1 parent 79fd0dd commit 3ee554a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/coverage/*
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ parserOptions:
env:
node: true
es6: true
jest: true
extends: eslint:recommended
rules:
no-unused-vars: off
1 change: 0 additions & 1 deletion src/cast.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ exports.value = value => {

default:
throw new TypeError(`Invalid type provided: ${type} '${value}'`)
break
}
}

Expand Down

0 comments on commit 3ee554a

Please sign in to comment.