Skip to content

Commit dab2bf7

Browse files
committed
refactor: fix lint
1 parent 5a21526 commit dab2bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"lint": {
9999
"inputs": ["lint-eslint-inputs"],
100-
"executor": "@nx/linter:eslint",
100+
"executor": "@nx/eslint:lint",
101101
"outputs": ["{options.outputFile}"],
102102
"cache": true,
103103
"options": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@code-pushup/cli-source",
2+
"name": "cli-workspace",
33
"version": "0.0.0",
44
"license": "MIT",
55
"description": "A CLI to run all kinds of code quality measurements to align your team with company goals",

0 commit comments

Comments
 (0)