Open exos opened 9 years ago
Same problem.
+1
+1 I saw in the changelog that this was done in v0.3.0 on 2013-03-13 and reverted immediately in v0.4.0 on 2013-04-04.
Is there a reason this was removed? I'd find it very useful.
_EDIT_\ For anyone experiencing this, you can place a second .jshintrc
within the directory of secondary grunt target
and it will match the first .jshintrc
found above the file it's linting.
Hope this helps!
+1
+1
According the documentation the specific options replaces the global ones, but, It's does not work, I have:
Gruntfile.js (Not complete)
.jshintrc (only the replaced options)
And when I run "grunt" command (with the jshint by default), I get this:
I have installed the version 0.11.1, with node 0.12.0 and npm 2.6.0, running in Archlinux.