Skip to content

Commit

Permalink
build: add eslint config build to lint task deps (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Nov 8, 2023
1 parent 0676bf7 commit ceaad9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
"inputs": [
"eslint"
],
"dependsOn": []
"dependsOn": [
{
"projects": ["@daffodil/eslint-config"],
"target": "build"
}
]
}
}
}

0 comments on commit ceaad9c

Please sign in to comment.