Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchateau committed Apr 11, 2018
1 parent 80ef53c commit de0d7b7
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 50 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Expand Up @@ -7,5 +7,8 @@
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-unused-vars": ["error", { "vars": "all", "args": "none", "ignoreRestSiblings": false }]
}
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -22,7 +22,7 @@ $ npm run build
## Code Quality

```sh
$ npm run lint
$ npm run lint -s
```

Recommended rules to follow: [ESLint: Recommended](https://eslint.org/docs/rules/)
Expand Down
1 change: 0 additions & 1 deletion dist/demo.html
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Interactive Image Examples</title>
<link rel="stylesheet" href="interactive-image.css" />

<!-- Specific styles of a scene -->
<style>
Expand Down
22 changes: 11 additions & 11 deletions dist/interactive-image.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions dist/interactive-image.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/interactive-image.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de0d7b7

Please sign in to comment.