Update Semantic
Fixes #40,#24
This commit is contained in:
parent
1715f27f44
commit
2027b94179
621 changed files with 172488 additions and 15939 deletions
38
web/semantic/.jshintrc
Normal file
38
web/semantic/.jshintrc
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
|
||||
"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" : false,
|
||||
"devel" : true,
|
||||
|
||||
"browser" : true,
|
||||
"curly" : true,
|
||||
"immed" : true,
|
||||
"latedef" : true,
|
||||
"loopfunc" : true,
|
||||
"noarg" : true,
|
||||
"undef" : true,
|
||||
"sub" : true,
|
||||
"loopfunc" : true,
|
||||
|
||||
"laxbreak" : true,
|
||||
"evil" : true,
|
||||
"indent" : false,
|
||||
"trailing" : false
|
||||
|
||||
}
|
Reference in a new issue