Skip to content

Commit

Permalink
chore: run lint-staged on *.mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 3, 2024
1 parent 759907d commit 877f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"prepare": "husky && rimraf ./node_modules/.cache/webpack && yarn-deduplicate --strategy fewer"
},
"lint-staged": {
"*.{js,jsx,md,mdx}": [
"*.{js,mjs,jsx,md,mdx}": [
"npm run lint-js"
],
"*.{md,mdx}": [
"npm run lint-markdown"
],
"*.{js,jsx,css,scss,md,mdx,json}": [
"*.{js,mjs,jsx,css,scss,md,mdx,json}": [
"prettier --write"
]
},
Expand Down

0 comments on commit 877f6bf

Please sign in to comment.