We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a3574 commit 53de25dCopy full SHA for 53de25d
.github/workflows/CI.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Run linters
18
run: |
19
cd template
20
+ cp _prettierrc.js .prettierrc.js
21
cp _eslintrc.js .eslintrc.js
22
yarn lint
23
- name: Run tests
0 commit comments