Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
dependecies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
crystian committed Sep 26, 2019
1 parent 3f150aa commit f00398b
Show file tree
Hide file tree
Showing 3 changed files with 1,217 additions and 2,563 deletions.
1 change: 1 addition & 0 deletions lib/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const _validateKnownAndReserved = (config) => {
* @private
*/
const _validateKnownFields = (config) => {
// eslint-disable-next-line no-prototype-builtins
let r = Object.keys(config).filter(item => !configDefault.hasOwnProperty(item));

if (r.length > 0) {
Expand Down
Loading

0 comments on commit f00398b

Please sign in to comment.