Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 13, 2022
1 parent 936aa2b commit 35f1d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ target["lint"] = function () {
"benchmark",
...SOURCES,
"*.{js,cjs,mjs,ts}",
"--format=codeframe",
"--format",
"codeframe",
"--ext",
".js,.cjs,.mjs,.ts",
]);
Expand Down

0 comments on commit 35f1d4b

Please sign in to comment.