Skip to content

Commit 2ecb0ca

Browse files
chore: add .mjs to .lintstagedrc.json
1 parent 220a1bc commit 2ecb0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

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

0 commit comments

Comments
 (0)