Add Prettier to the mix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 11:07:01 -04:00
parent 43e5920658
commit 63dd15ea83
2 changed files with 9 additions and 2 deletions

View File

@@ -10,7 +10,12 @@ steps:
image: node:latest
commands:
- yarn install
- yarn lint
- yarn lint .
- name: Prettier
image: node:latest
commands:
- yarn install
- yarn prettier
trigger:
branch: