Skip to content

Commit 920aedb

Browse files
authored
refactor: added missing prettifying (#658)
1 parent 021cf6a commit 920aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"*.md": "markdownlint -c .markdown-lint.yml",
33
"*.{css,scss}": "stylelint --fix",
4-
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix",
4+
"*.{js,ts,tsx,jsx,mjs,cjs}": ["prettier --write", "xo --fix"],
55
"!*.{js,ts,tsx,jsx,mjs,cjs}": "prettier --write --ignore-unknown"
66
}

0 commit comments

Comments
 (0)