From ceaad9ca4769c9d01844fbba45baa4fadd1b1b4c Mon Sep 17 00:00:00 2001 From: griest024 Date: Wed, 8 Nov 2023 12:44:47 -0500 Subject: [PATCH] build: add eslint config build to lint task deps (#2591) --- nx.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 1fa9514213..713447d8bf 100644 --- a/nx.json +++ b/nx.json @@ -68,7 +68,12 @@ "inputs": [ "eslint" ], - "dependsOn": [] + "dependsOn": [ + { + "projects": ["@daffodil/eslint-config"], + "target": "build" + } + ] } } }