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