Skip to content

Commit ef73c97

Browse files
committedAug 10, 2023
[FLORA-396] API Foundations (#415)
1 parent 6d3d325 commit ef73c97

File tree

153 files changed

+23301
-10945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+23301
-10945
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ tags.mtime
3232
assets/fonts
3333
assets/node_modules
3434
assets/yarn-error.log
35+
design/node_modules

‎.hlint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- ignore: {name: "Use newtype instead of data"}
66
- ignore: {name: "Use tuple-section"}
77
- ignore: {name: "Monad law, left identity"}
8+
- ignore: {name: "Replace case with maybe"}

0 commit comments

Comments
 (0)
Please sign in to comment.