First commit.

This commit is contained in:
Steven Orvell
2016-02-16 11:43:39 -08:00
parent 6580b3b9fa
commit 1922932d44
35 changed files with 10209 additions and 1 deletions

17
.eslintrc.json Normal file
View File

@@ -0,0 +1,17 @@
{
"extends": "eslint:recommended",
"rules": {
"no-console": 0
},
"env": {
"browser": true
},
"plugins": [
"html"
],
"globals": {
"CustomElements": true,
"HTMLImports": true,
"Polymer": true
}
}