mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-27 01:25:57 -05:00
5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
eslint --fix src
|
||
|
prettier --write src
|