Skip to content

Commit 44329c9

Browse files
authored
Explicit format arguments (#58)
1 parent 3c4ae75 commit 44329c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"test": "tsdx test",
140140
"cover": "tsdx test --collect-coverage",
141141
"lint": "tsc --strict",
142-
"format": "tsdx lint --fix",
142+
"format": "tsdx lint src test --fix",
143143
"prepare": "tsdx build --target=node",
144144
"check-updates": "ncu -u --enginesNode"
145145
},

0 commit comments

Comments
 (0)