Commit b268e0b
committed
fix prettier call
fixes pre-commit hook failing with the following message:
```
npm run format:
[error] No files matching the pattern were found: "'src/**/*.{ts,json}'".
[error] No files matching the pattern were found: "'test/**/*.ts'".
[error] No files matching the pattern were found: "'syntaxes/**/*.json'".
[error] No files matching the pattern were found: "'snippets/**/*.json'".
[error] No files matching the pattern were found: "'./**/*.{md,json,yaml,yml}'".
```1 parent b3d1766 commit b268e0b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
0 commit comments