We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a87de commit b54e019Copy full SHA for b54e019
.github/workflows/eslint.yml
@@ -36,8 +36,8 @@ jobs:
36
npm install @microsoft/eslint-formatter-sarif@2.1.7
37
38
- name: Run ESLint
39
- run: npx eslint ./backend
40
- --config .eslintrc.js
+ run: npx eslint .
+ --config ./backend/.eslintrc.js
41
--ext .js,.jsx,.ts,.tsx
42
--format @microsoft/eslint-formatter-sarif
43
--output-file eslint-results.sarif
0 commit comments