Skip to content

Commit

Permalink
chore(deps): update eslint-config-dustinspcker
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
dustinspecker committed Apr 15, 2016
1 parent 7c9c418 commit 98f4a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"coveralls": "^2.11.6",
"deku-prop-types": "^0.4.0",
"eslint": "^2.4.0",
"eslint-config-dustinspecker": "^0.4.1",
"eslint-config-dustinspecker": "^0.5.0",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"nyc": "^6.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Immutable from 'immutable'
const createTypeError = (type, prop, key) => {
const actualType = typeof prop
const errMsg = `Expected ${key} to be an \`Immutable ${type}\`, but got \`${actualType}\``

return new TypeError(errMsg)
}

Expand Down

0 comments on commit 98f4a2d

Please sign in to comment.