Skip to content

Commit

Permalink
Added eslint, jsdoc and do not download libs once it already downloaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Sep 27, 2018
1 parent c0fea7a commit 5916395
Show file tree
Hide file tree
Showing 58 changed files with 30,912 additions and 531 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "airbnb",
"parser": "babel-eslint",
"plugins": [
"react-native"
],
"rules": {
"semi": ["error", "never"]
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ node_modules
android/src/main/java/org/
android/src/main/jniLibs/
ios/VialerPJSIP.framework/
.libs.lock
.libs.tar.gz
27 changes: 27 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["lib", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/minami"
}
}
1 change: 1 addition & 0 deletions .libs.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v2.8.0
621 changes: 621 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions docs/Account.js.html

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions docs/AccountRegistration.js.html

Large diffs are not rendered by default.

452 changes: 452 additions & 0 deletions docs/Call.js.html

Large diffs are not rendered by default.

759 changes: 759 additions & 0 deletions docs/Endpoint.js.html

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions docs/Message.js.html

Large diffs are not rendered by default.

80 changes: 0 additions & 80 deletions docs/accounts.md

This file was deleted.

Binary file removed docs/android_notification_example.png
Binary file not shown.
79 changes: 0 additions & 79 deletions docs/android_sip_background.md

This file was deleted.

122 changes: 0 additions & 122 deletions docs/calls.md

This file was deleted.

Binary file added docs/fonts/OpenSans-Bold-webfont.eot
Binary file not shown.
Loading

0 comments on commit 5916395

Please sign in to comment.