mirror of
https://git.yoctoproject.org/poky
synced 2026-03-20 22:29:40 +01:00
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>
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
{
|
|
"curly" : false,
|
|
"predef" : [ "$","libtoaster", "prettyPrint" ],
|
|
"eqnull": true,
|
|
"plusplus" : false,
|
|
"browser" : true,
|
|
"jquery" : true,
|
|
"devel" : true,
|
|
"unused" : true,
|
|
"maxerr" : 60
|
|
}
|