Skip to content

Commit

Permalink
🔨 Ensure prettier checks jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 25, 2024
1 parent f4a8e1a commit 8f1ef82
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 @@ -81,8 +81,8 @@
"build:design-tokens": "npm run build --workspace=design-tokens",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build --webpack-stats-json",
"format": "prettier --write 'src/**/*.{js,scss,mdx}'",
"checkformat": "prettier --check 'src/**/*.{js,scss,mdx}'"
"format": "prettier --write 'src/**/*.{js,jsx,scss,mdx}'",
"checkformat": "prettier --check 'src/**/*.{js,jsx,scss,mdx}'"
},
"workspaces": [
"design-tokens"
Expand Down

0 comments on commit 8f1ef82

Please sign in to comment.