Resolve returnfrombill relationship issue.

This commit is contained in:
Patrick Fic
2021-02-15 18:49:19 -08:00
parent 99b652e078
commit 2587903ccc
10 changed files with 717 additions and 14 deletions

13
.eslintrc.json Normal file
View File

@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
}