4 lines
54 B
Text
4 lines
54 B
Text
|
#!/bin/sh
|
||
|
|
||
|
prettier --config ~/.prettierrc --write $1
|