Skip to content

Commit fcdc611

Browse files
committed
Fix prettier
1 parent 9eb4011 commit fcdc611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"private": true,
33
"scripts": {
4-
"fmt": "prettier --write .",
5-
"fmt:check": "prettier --check .",
4+
"fmt": "prettier --end-of-line auto --write .",
5+
"fmt:check": "prettier --end-of-line auto --check .",
66
"lint": "eslint \"**/*.ts\" --cache",
77
"test": "jest",
88
"build:copy": "mkdir -p lib && shx cp src/*.{bat,cmd,sh} lib/",

0 commit comments

Comments
 (0)