Skip to content

Commit

Permalink
refactor: added missing prettification (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 15, 2023
1 parent 8f8ac0a commit d8affc0
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,6 +1,6 @@
{
"*.md": "markdownlint -c .markdown-lint.yml",
"*.{css,scss}": "stylelint --fix",
"*.{js,ts,tsx}": "xo --fix",
"*.{js,ts,tsx}": ["prettier --write", "xo --fix"],
"!*.{js,ts,tsx}": "prettier --write --ignore-unknown"
}

0 comments on commit d8affc0

Please sign in to comment.