Skip to content

Commit 90f56fb

Browse files
committed
Completed Functional Backend Models
* utilizes functional composition and partial application * very extendable, and self contained * removes dependencies of old db (removed) * Refactored models into cleaner exports
1 parent f62ff9b commit 90f56fb

File tree

40 files changed

+742
-1119
lines changed

40 files changed

+742
-1119
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"template-curly-spacing": [2, "always"],
88
"array-bracket-spacing": [2, "always"],
99
"object-curly-spacing": [2, "always"],
10-
"object-curly-newline": [2, "never"],
10+
"object-curly-newline": [0],
11+
"implicit-arrow-linebreak": [0],
1112
"computed-property-spacing": [2, "never"],
1213
"no-multiple-empty-lines": [2, { "max": 1, "maxEOF": 0, "maxBOF": 0 }],
1314
"quotes": [1, "single", "avoid-escape"],

0 commit comments

Comments
 (0)