Skip to content

Commit 39f2c16

Browse files
committed
formate mjs files
1 parent 3e554ff commit 39f2c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"*.{js,jsx,ts,tsx,astro}": ["eslint --fix", "prettier --write"],
3-
"*.{json,md,css}": ["prettier --write"]
3+
"*.{json,md,css,mjs}": ["prettier --write"]
44
}

0 commit comments

Comments
 (0)