xref: /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1{
2  "curly" : false,
3  "predef" : [ "$","libtoaster", "prettyPrint" ],
4  "eqnull": true,
5  "plusplus" : false,
6  "browser" : true,
7  "jquery" : true,
8  "devel" : true,
9  "unused" : true,
10  "maxerr" : 60
11}
12