Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify deps makeup_erlang .formatter.exs
Raw

deps/makeup_erlang/.formatter.exs

# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
# don't add parens around assert_value arguments
import_deps: [:assert_value]
]