Skip to content

Commit c404c97

Browse files
committed
Resolve prettier issue
1 parent a83f585 commit c404c97

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@
7272
"typescript": "^4.8.4"
7373
},
7474
"lint-staged": {
75-
"*.{ts,tsx}": ["npm run lint"],
76-
"*.{ts,tsx,css,scss,md}": ["npm run pret:fix"]
75+
"*.{ts,tsx}": [
76+
"npm run lint"
77+
],
78+
"*.{ts,tsx,css,scss,md}": [
79+
"npm run pret:fix"
80+
]
7781
}
7882
}

0 commit comments

Comments
 (0)