Skip to content

Commit 9d3a35c

Browse files
feat: add lint:fix command to nextjs turbo json snippet
1 parent 10fe0b2 commit 9d3a35c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/guides/7.multistore/3.migration-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,9 @@ If `yarn lint:fix` finds any issues that it cannot automatically fix, we recomme
926926
"lint": {
927927
"dependsOn": []
928928
},
929+
"lint:fix": {
930+
"dependsOn": []
931+
},
929932
"format": {
930933
"outputs": []
931934
},

0 commit comments

Comments
 (0)