Skip to content

Commit

Permalink
Fix pre-commit warning for scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Jun 14, 2024
1 parent d007458 commit a7a67b9
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 @@ -106,7 +106,7 @@
"prettier --write",
"eslint"
],
"*.{scss}": [
"*.scss": [
"prettier --write"
]
}
Expand Down

0 comments on commit a7a67b9

Please sign in to comment.