Skip to content

Commit

Permalink
chore: lint mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 1, 2023
1 parent 86aba40 commit cdaeeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"linter"
],
"scripts": {
"lint": "eslint --ext js,md .",
"lint": "eslint --ext js,md,mjs .",
"prepare": "node ./npm-prepare.js",
"release:generate:latest": "eslint-generate-release",
"release:generate:alpha": "eslint-generate-prerelease alpha",
Expand Down

0 comments on commit cdaeeb2

Please sign in to comment.