4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Format the repo, writing the formatted files to disk
|
|
bunx biome format . --write
|
|
|