It's christmas, everyone is on holiday, it's time to change every single file in the repository!
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eoux pipefail
|
|
|
|
yarn --cwd javascript prettier -c .
|
|
|