nconf-lite/lib
bryce-gibson b6699aba2d Don't do array lookups on strings. (#188)
`hasOwnProperty(number)` can return true for strings.

This is unlikely to be the desired usage, and can mean that odd
responses are returned by nconf.

Disable trying to check `hasOwnProperty` of strings.
2017-11-04 21:39:00 -04:00
..
nconf Don't do array lookups on strings. (#188) 2017-11-04 21:39:00 -04:00
nconf.js Add basic linting rules 2017-10-21 16:01:06 -04:00