forked from samuel-p/sp-codes.de
adoption to design of sp-magic
This commit is contained in:
parent
bc6fa550f9
commit
f65d081896
143 changed files with 13685 additions and 2590 deletions
25
bower_components/flip/.jshintrc
vendored
Normal file
25
bower_components/flip/.jshintrc
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"boss": true,
|
||||
"browser": true,
|
||||
"curly": true,
|
||||
"devel": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"esversion": 5,
|
||||
"expr": true,
|
||||
"immed": true,
|
||||
"newcap": false,
|
||||
"noarg": true,
|
||||
"onevar": true,
|
||||
"quotmark": false,
|
||||
"shadow": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"freeze": true,
|
||||
"maxstatements": 30,
|
||||
|
||||
"globals": {
|
||||
"jQuery": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue