mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 18:26:16 -04:00
initial commit
This commit is contained in:
commit
f5b2b47136
46 changed files with 2350 additions and 0 deletions
24
.jshintrc
Normal file
24
.jshintrc
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"bitwise": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"noarg": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"newcap": false,
|
||||
"globals": {
|
||||
"wrap": true,
|
||||
"unwrap": true,
|
||||
"Polymer": true,
|
||||
"Platform": true,
|
||||
"page": true,
|
||||
"app": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue