Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit fc2db60

Browse files
committed
ci(app): missing lint inputs
1 parent b03a97f commit fc2db60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"inputs": ["assets/**", "src/**"]
3939
},
4040
"lint": {
41-
"inputs": ["assets/**", "src/**"]
41+
"inputs": ["../eslintrc.js", "eslintrc.js", "assets/**", "src/**"]
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)