Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 04a96d3

Browse files
committed
Update with dev branch
2 parents b3c215c + 5fe49a1 commit 04a96d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+8079
-6900
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2525
# Checklist:
2626

2727
- [ ] My code follows the style guidelines of this project
28+
- [ ] My code has been formatted with `npm run format` and passes the checks in `npm run check`
2829
- [ ] I have performed a self-review of my own code
2930
- [ ] I have commented my code, particularly in hard-to-understand areas
3031
- [ ] I have made corresponding changes to the documentation

.prettierrc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
trailingComma: "es5"
2+
tabWidth: 4
3+
semi: true
4+
endOfLine: lf
5+
printWidth: 80

0 commit comments

Comments
 (0)