Skip to content

Commit 165b75c

Browse files
authored
Update javascript-linter.yml
selected the wrong file to write the config
1 parent d6b3c43 commit 165b75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javascript-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Adding eslint configurations
2929
uses: DamianReeves/[email protected]
3030
with:
31-
path: .eslintrc.json
31+
path: eslint.config.cjs
3232
write-mode: overwrite
3333
contents: |
3434
const js = require('@eslint/js');

0 commit comments

Comments
 (0)