-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:AltspaceVR/AltspaceSDK into featu…
…re/three-r74 Conflicts: dist/altspace.js dist/altspace.min.js dist/maps/altspace.min.js.map gulpfile.js src/utilities/multiloader.js
- Loading branch information
Showing
73 changed files
with
6,721 additions
and
3,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Ignore generated files | ||
**/living-room.js | ||
**/living-room-main.js | ||
**/Layout.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"plugins": [ | ||
"html" | ||
], | ||
"extends": "eslint:recommended", | ||
"env": { | ||
"browser": true, | ||
"es6": true, | ||
"commonjs": true | ||
}, | ||
"rules": { | ||
"indent": [1, "tab"], | ||
"no-console": 0, | ||
"comma-dangle": 0, | ||
// TODO: Re-enable these rules when existing lint is removed | ||
"no-unused-vars": 0, | ||
"no-undef": 0, | ||
"no-redeclare": 0 | ||
}, | ||
"globals": { | ||
"THREE": true, | ||
"altspace": true | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: node_js | ||
cache: | ||
directories: | ||
- node_modules | ||
- .nvm | ||
install: npm install eslint@2.7.0 eslint-plugin-html@1.4.0 | ||
script: eslint src examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.