Skip to content

Commit 806cb75

Browse files
committed
fix
1 parent 1d88633 commit 806cb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"lint": {
43-
"cache": false,
44-
"outputs": []
43+
"outputs": [],
44+
"inputs": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json", ".eslintrc*", "eslint.config.*"]
4545
},
4646
"lint:fix": {
4747
"cache": false,

0 commit comments

Comments
 (0)