Skip to content

Commit

Permalink
chore: change extension from .js to .mjs (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Mar 31, 2024
1 parent fc9645d commit 211618b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"allowJs": true
},
"extends": "./tsconfig.json",
"include": ["eslint.config.js", ".husky/install.mjs"]
"include": ["**/*.mjs", ".husky/install.mjs"]
}

0 comments on commit 211618b

Please sign in to comment.