Skip to content

Commit

Permalink
chore: lint-staged sur les fichiers avec extension jsx et tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Dec 4, 2024
1 parent 6c813d2 commit 0c8df83
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 @@ -98,7 +98,7 @@
"defaults"
],
"lint-staged": {
"*.{js,ts,json,md,css,scss,xml,yml,yaml,html}": [
"*.{js,jsx,ts,tsx,json,md,css,scss,xml,yml,yaml,html}": [
"prettier --write"
],
"*.php": [
Expand Down

0 comments on commit 0c8df83

Please sign in to comment.