Skip to content

Commit

Permalink
Fix npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Aug 30, 2024
1 parent c76e865 commit f9dabae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"format": "prettier --write --list-different 'src/**/*.{js,jsx,ts,tsx}' 'config/**/*.{js,jsx,ts,tsx}'"
"format": "prettier --write --list-different 'src/**/*.mjs' 'config/**/*.mjs'"
},
"dependencies": {
"postcss": "^8.4.20",
Expand Down

0 comments on commit f9dabae

Please sign in to comment.