Skip to content

Commit 38597bd

Browse files
committed
Rename eslint.config.js to eslint.config.mjs
1 parent 014238c commit 38597bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run ESLint
4040
run: npx eslint .
41-
--config eslint.config.js
41+
--config eslint.config.mjs
4242
--ext .js,.jsx,.ts,.tsx
4343
--format @microsoft/eslint-formatter-sarif
4444
--output-file eslint-results.sarif
File renamed without changes.

0 commit comments

Comments
 (0)