Skip to content

Commit 1a04a5e

Browse files
authored
chore: run lint-staged on *.mjs files (#7457)
1 parent 240b957 commit 1a04a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"prepare": "husky && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer"
6060
},
6161
"lint-staged": {
62-
"*.{js,jsx,md,mdx}": [
62+
"*.{js,mjs,jsx,md,mdx}": [
6363
"npm run lint-js"
6464
],
6565
"*.{md,mdx}": [
6666
"npm run lint-markdown"
6767
],
68-
"*.{js,jsx,css,scss,md,mdx,json}": [
68+
"*.{js,mjs,jsx,css,scss,md,mdx,json}": [
6969
"prettier --write"
7070
]
7171
},

0 commit comments

Comments
 (0)