Skip to content

Commit 9183069

Browse files
committed
chore: apply eslint fix on commit
1 parent a772031 commit 9183069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prettier --write"
5252
],
5353
"*.ts?(x)": [
54-
"eslint",
54+
"eslint --fix",
5555
"prettier --parser=typescript --write"
5656
]
5757
},

0 commit comments

Comments
 (0)