mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
18 lines
390 B
Text
18 lines
390 B
Text
|
{
|
||
|
"asi" : true,
|
||
|
"browser" : true,
|
||
|
"eqeqeq" : false,
|
||
|
"eqnull" : true,
|
||
|
"es3" : true,
|
||
|
"expr" : true,
|
||
|
"jquery" : true,
|
||
|
"latedef" : true,
|
||
|
"laxbreak" : true,
|
||
|
"nonbsp" : true,
|
||
|
"strict" : true,
|
||
|
"undef" : true,
|
||
|
"unused" : true,
|
||
|
// External variabls and plugins
|
||
|
"predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
|
||
|
}
|