Skip to content

Commit ac78975

Browse files
committed
style(autoformatting): fix order of lint staged commands
1 parent b180321 commit ac78975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
},
9595
"lint-staged": {
9696
"{src,test,scripts}/**/*.js": [
97-
"yarn run fix"
97+
"prettier --write",
98+
"eslint --fix"
9899
]
99100
}
100101
}

0 commit comments

Comments
 (0)