We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a21526 commit dab2bf7Copy full SHA for dab2bf7
nx.json
@@ -97,7 +97,7 @@
97
},
98
"lint": {
99
"inputs": ["lint-eslint-inputs"],
100
- "executor": "@nx/linter:eslint",
+ "executor": "@nx/eslint:lint",
101
"outputs": ["{options.outputFile}"],
102
"cache": true,
103
"options": {
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@code-pushup/cli-source",
+ "name": "cli-workspace",
3
"version": "0.0.0",
4
"license": "MIT",
5
"description": "A CLI to run all kinds of code quality measurements to align your team with company goals",
0 commit comments