Last active
June 7, 2018 18:09
-
-
Save d4hines/4be1a62d4d1d6ddf858fb393a3c77d23 to your computer and use it in GitHub Desktop.
Sample Joker Configuration for Fulcro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:known-macros [[fulcro.client.primitives/defsc [name args]] | |
[fulcro.client.mutations/defmutation [name args]] | |
[fulcro.server/defmutation [name args]] | |
fulcro.client.primitives/defui | |
[fulcro.client.routing/defrouter [name args]] | |
[fulcro-spec.suite/def-test-suite [name]] | |
[fulcro.client.cards/defcard-fulcro [name args]] | |
fulcro-spec.core/assertions] | |
:ignored-unused-namespaces [devcards.core] | |
:rules {:if-without-else true} | |
:known-tags [js]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment