mirror of
https://github.com/tcsenpai/powertux.git
synced 2025-06-06 19:25:23 +00:00
Requires prettier: prettify every js and ts file skipping node_modules in a given folder
This commit is contained in:
parent
52fb8698ba
commit
c8a35b8264
4
bin/prettyall
Executable file
4
bin/prettyall
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
export NODE_OPTIONS=--max-old-space-size=8192
|
||||||
|
prettier "{,!(node_modules)/**/}*.js" --write
|
||||||
|
prettier "{,!(node_modules)/**/}*.ts" --write
|
Loading…
x
Reference in New Issue
Block a user