0.0.4
- corvée: met à jour les dépendances - corvée: utilise treefmt pour le formatage - corvée: nettoie les règles
This commit is contained in:
parent
0968f683df
commit
32ed83d772
8 changed files with 222 additions and 115 deletions
17
justfile
17
justfile
|
|
@ -3,13 +3,16 @@ set shell := ["/usr/bin/fish", "-c"]
|
|||
# Formate le code.
|
||||
format:
|
||||
bun prettier \
|
||||
--cache --cache-location ".cache/prettiercache" \
|
||||
--config "cfg/prettier.config.ts" \
|
||||
--ignore-path "cfg/prettierignore" \
|
||||
--ignore-unknown \
|
||||
--parallel-workers 8 \
|
||||
--write .
|
||||
dprint fmt --config ~/.config/dprint/dprint.jsonc
|
||||
--cache --cache-location ".cache/prettiercache" \
|
||||
--config "cfg/prettier.config.ts" \
|
||||
--ignore-path "cfg/prettierignore" \
|
||||
--ignore-unknown \
|
||||
--parallel-workers 8 \
|
||||
--write .
|
||||
treefmt \
|
||||
--config-file ~/.config/treefmt/treefmt.toml \
|
||||
--tree-root . \
|
||||
.
|
||||
|
||||
# Met à jour les dépendances NPM.
|
||||
update:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue