mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 06:23:02 +01:00
17 lines
394 B
Text
17 lines
394 B
Text
{
|
|
"asi" : true,
|
|
"browser" : true,
|
|
"eqeqeq" : false,
|
|
"eqnull" : true,
|
|
"es3" : true,
|
|
"expr" : true,
|
|
"jquery" : true,
|
|
"latedef" : "nofunc",
|
|
"laxbreak" : true,
|
|
"nonbsp" : true,
|
|
"strict" : true,
|
|
"undef" : true,
|
|
"unused" : true,
|
|
// External variabls and plugins
|
|
"predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ]
|
|
}
|