Skip to content

Commit

Permalink
Run configlet sync --metadata (#2325)
Browse files Browse the repository at this point in the history
* Run `configlet sync --metadata`

* Run `configlet fmt` on `config.json`

* Check formatting: check one level down to ignore config.json and avoid `configlet fmt` from fighting with `prettier`
  • Loading branch information
IsaacG authored Nov 20, 2023
1 parent 76beddb commit 75e5ad5
Show file tree
Hide file tree
Showing 78 changed files with 868 additions and 289 deletions.
2 changes: 1 addition & 1 deletion bin/check-formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ else
echo "Running format with prettier@$EXERCISM_PRETTIER_VERSION"
fi

npx "prettier@$EXERCISM_PRETTIER_VERSION" --check "**/*.{js,jsx,ts,tsx,css,sass,scss,html,json,md,yml}"
npx "prettier@$EXERCISM_PRETTIER_VERSION" --check "*/**/*.{js,jsx,ts,tsx,css,sass,scss,html,json,md,yml}"
Loading

0 comments on commit 75e5ad5

Please sign in to comment.