You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-add prettier as completely separate
- Remove stylist as part of the linter
- jsonc formatting for required files
- Formatting markdown as well!
- Added formatting and pre-commit to github actions
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
3
3
Example of typescript, eslint, and jest with property based testing.
4
4
5
-
Possibly, you might want to delete the `.pre-commit-config.yaml` file if you are not using python anywhere.
6
-
7
-
This is only tested with certain versions of node and npm, it might work with others, disable the `engine-strict=true` in the `.npmrc` file at your discretion.
5
+
Possibly, you might want to delete the `.pre-commit-config.yaml` file if you are
6
+
not using python anywhere.
8
7
8
+
This is only tested with certain versions of node and npm, it might work with
9
+
others, disable the `engine-strict=true` in the `.npmrc` file at your
0 commit comments