add prettier scripts and .prettierignore + workflow check

This commit is contained in:
Patrik Oldsberg
2020-09-05 15:53:57 +02:00
parent b4ae5c4d19
commit 7a7396be55
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -69,6 +69,9 @@ jobs:
- name: verify doc links
run: node docs/verify-links.js
- name: prettier
run: yarn prettier:check
- name: lint
run: yarn lerna -- run lint --since origin/master