Skip to content

Commit

Permalink
add a script to fix everything
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 10, 2021
1 parent 9f3c5bf commit f6a05d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/elm-review-fix-all.sh
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

elm-review --elm-format-path "$(which elm-format)" --fix-all

0 comments on commit f6a05d6

Please sign in to comment.