Initial commit

This commit is contained in:
Sebastian Frank
2017-08-24 11:16:07 +02:00
commit a3cf644fb4
14 changed files with 7858 additions and 0 deletions

8
.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"parser": "babel-eslint",
"rules": {
},
"plugins": [
"html"
]
}