chore(jshint): add node as environment

This commit is contained in:
Nico Rehwaldt 2014-04-28 15:30:36 +02:00
parent 01ba328eb7
commit 9e80022e2e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"maxcomplexity" : 13,
"maxlen" : 120,
"browser" : true,
"node" : true,
"debug": true,
"strict": false,
"-W040": true,