Skip to content
Snippets Groups Projects
Commit 39efc5c8 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Remove JSX since we don't use it.

parent 1d787538
No related merge requests found
#!/bin/sh
jsfiles=$(git diff --cached --name-only --diff-filter=ACM "*.js" "*.jsx" | tr '\n' ' ')
jsfiles=$(git diff --cached --name-only --diff-filter=ACM "*.js" | tr '\n' ' ')
[ -z "$jsfiles" ] && exit 0
 
# Prettify all staged .js files
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment