Files
poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc
Michael Wood 0fa38bb8e1 bitbake: toaster: libtoaster Fix a few warnings picked up by jshint
Fix warnings and items that do not conform to strict.
Also add a fairly lenient jshintrc. usage: jshint js_file

(Bitbake rev: 93a1e05a5d6bd19e689126bfef0df8caa0d8bf34)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-09 14:33:54 +00:00

12 lines
205 B
Plaintext

{
"curly" : false,
"predef" : [ "$","libtoaster", "prettyPrint" ],
"eqnull": true,
"plusplus" : false,
"browser" : true,
"jquery" : true,
"devel" : true,
"unused" : true,
"maxerr" : 60
}