Skip to content

Commit

Permalink
Run prettier on style files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jun 18, 2024
1 parent 6977f0b commit 419dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts}": ["prettier --write --ignore-path .eslintignore", "eslint"],
"*.{md,json}": ["prettier --write --ignore-path .eslintignore"]
"*.{md,json,css,scss}": ["prettier --write --ignore-path .eslintignore"]
}

0 comments on commit 419dadd

Please sign in to comment.