Closed
Description
I have a .jshintrc that has "predef": {}
. When I grunt jshint
, it returns
Warning: Object #<Object> has no method 'forEach' Use --force to continue.
It looks like this is related to how the grunt task updates .predef
from an Array to the .globals
Object. In my case predef
is an Object, not an Array.
Metadata
Assignees
Labels
No labels
Activity