redone with objects
This commit is contained in:
parent
8bb333ae8d
commit
3f580bbe2d
12 changed files with 725 additions and 400 deletions
38
.jshintrc
Normal file
38
.jshintrc
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"predef": [
|
||||
"before",
|
||||
"after",
|
||||
"it",
|
||||
"describe",
|
||||
"beforeEach",
|
||||
"afterEach"
|
||||
],
|
||||
"asi" : false,
|
||||
"bitwise" : true,
|
||||
"boss" : false,
|
||||
"curly" : true,
|
||||
"debug": false,
|
||||
"devel": false,
|
||||
"eqeqeq": true,
|
||||
"evil": false,
|
||||
"expr": true,
|
||||
"forin": false,
|
||||
"immed": true,
|
||||
"latedef" : false,
|
||||
"laxbreak": false,
|
||||
"multistr": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"node" : true,
|
||||
"noempty": false,
|
||||
"nonew": true,
|
||||
"onevar": false,
|
||||
"plusplus": false,
|
||||
"proto": true,
|
||||
"regexp": false,
|
||||
"strict": false,
|
||||
"sub": false,
|
||||
"trailing" : true,
|
||||
"undef": true,
|
||||
"unused": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue