You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
902 B
41 lines
902 B
{
|
|
|
|
// Globals
|
|
"globals": {
|
|
"$" : true,
|
|
"afterEach" : true,
|
|
"AnimatedPNG" : true,
|
|
"beforeEach" : true,
|
|
"console" : true,
|
|
"describe" : true,
|
|
"expect" : true,
|
|
"it" : true,
|
|
"jQuery" : true,
|
|
"loadFixtures" : true,
|
|
"module" : true,
|
|
"requestAnimationFrame" : true,
|
|
"require" : true,
|
|
"semantic" : true
|
|
}
|
|
|
|
// Debug
|
|
"debug" : false,
|
|
"devel" : true,
|
|
|
|
// Lint Settings
|
|
"browser" : true,
|
|
"curly" : true,
|
|
"immed" : true,
|
|
"latedef" : true,
|
|
"loopfunc" : true,
|
|
"noarg" : true,
|
|
"undef" : true,
|
|
"sub" : true,
|
|
"loopfunc" : true,
|
|
|
|
// Lax
|
|
"laxbreak" : true,
|
|
"indent" : false,
|
|
"trailing" : false,
|
|
|
|
}
|