Initial site commit

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-20 14:38:25 -08:00
parent 0a6bdb2544
commit 1c45fdaf33
136 changed files with 24538 additions and 146 deletions

9
templates/.eslintrc Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "twipped/browser",
"env": {"es6": true},
"parserOptions": {"ecmaVersion": 2018},
"rules": {
"prefer-rest-params": "off",
"eol-last": "off"
}
}