Skip to content

Commit b54e019

Browse files
Update eslint.yml
1 parent 74a87de commit b54e019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
npm install @microsoft/eslint-formatter-sarif@2.1.7
3737
3838
- name: Run ESLint
39-
run: npx eslint ./backend
40-
--config .eslintrc.js
39+
run: npx eslint .
40+
--config ./backend/.eslintrc.js
4141
--ext .js,.jsx,.ts,.tsx
4242
--format @microsoft/eslint-formatter-sarif
4343
--output-file eslint-results.sarif

0 commit comments

Comments
 (0)