initial commit 🎉

This commit is contained in:
2021-08-30 13:24:15 -04:00
commit 057a3f87b1
10 changed files with 4509 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"extends": [
"@jakejarvis/eslint-config"
],
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"env": {
"browser": true,
"node": true
},
"ignorePatterns": [
"dist/**",
"rollup.config.js"
]
}