adding prettier

This commit is contained in:
Hare Sudhan 2024-02-25 16:31:23 -05:00
parent c5a1b69c30
commit ab0bc52d3c
717 changed files with 29324 additions and 18602 deletions

View file

@ -22,7 +22,7 @@ jobs:
npm run setheapsize
- name: Lint
run: npx grunt lint
run: npm run style && npx grunt lint && git diff --exit-code
- name: Unit Tests
run: |