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 54fd7b2 commit 37a3574Copy full SHA for 37a3574
.github/workflows/CI.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Run linters
18
run: |
19
cd template
20
+ cp _eslintrc.js .eslintrc.js
21
yarn lint
22
- name: Run tests
23
0 commit comments