We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2f41f commit a64c535Copy full SHA for a64c535
.github/workflows/tests.yaml
@@ -97,8 +97,8 @@ jobs:
97
cache: pip
98
- name: Install python deps
99
run: pip install flake8
100
- - name: Lint Javascript
101
- run: yarn run --silent lint
+ - name: Lint Javascript (strict, excluding async migration rules)
+ run: yarn run --silent lint --max-warnings 0 --rule "promise/prefer-await-to-then: off" --rule "n/callback-return: off"
102
- name: Lint Markdown
103
run: yarn run --silent lint_md
104
- name: Lint python
0 commit comments