We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b3f2c commit 6e0d998Copy full SHA for 6e0d998
1 file changed
nx.json
@@ -96,7 +96,6 @@
96
"cache": true
97
},
98
"lint": {
99
- "dependsOn": ["eslint-formatter-multiple-formats:build"],
100
"inputs": ["lint-eslint-inputs"],
101
"executor": "@nx/eslint:lint",
102
"cache": true,
@@ -179,12 +178,6 @@
179
178
}
180
181
"code-pushup-eslint": {
182
- "dependsOn": [
183
- {
184
- "target": "lint-formatter",
185
- "projects": "self"
186
- }
187
- ],
188
189
"inputs": ["code-pushup-inputs", "lint-eslint-inputs"],
190
"outputs": ["{projectRoot}/.code-pushup/eslint/runner-output.json"],
0 commit comments