Skip to content

Commit

Permalink
refactor: added missing prettifying (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 2, 2024
1 parent 021cf6a commit 920aedb
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,jsx,mjs,cjs}": "xo --fix",
"*.{js,ts,tsx,jsx,mjs,cjs}": ["prettier --write", "xo --fix"],
"!*.{js,ts,tsx,jsx,mjs,cjs}": "prettier --write --ignore-unknown"
}

0 comments on commit 920aedb

Please sign in to comment.