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 7030891 commit 75d606dCopy full SHA for 75d606d
.github/workflows/code-quality.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm ci --prefer-offline --cache=./.npm
29
30
- name: Lint with ESLint
31
- run: npx eslint . --max-warinings 0
+ run: npx eslint . --max-warnings 0
32
33
prettier:
34
name: Prettier
0 commit comments