Skip to content

Commit f05383d

Browse files
committed
chore: remove incomplete lint-report targets
1 parent 7c2bef2 commit f05383d

File tree

12 files changed

+1
-12
lines changed

12 files changed

+1
-12
lines changed

packages/ci/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/cli/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/core/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/create-cli/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
9+
1010
"unit-test": {},
1111
"code-pushup": {},
1212
"code-pushup-eslint": {},

packages/models/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
]
2626
},
2727
"lint": {},
28-
"lint-report": {},
2928
"unit-test": {},
3029
"code-pushup": {},
3130
"code-pushup-eslint": {},

packages/plugin-coverage/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/plugin-eslint/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/plugin-js-packages/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"int-test": {},
1211
"code-pushup": {},

packages/plugin-jsdocs/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"targets": {
88
"build": {},
99
"lint": {},
10-
"lint-report": {},
1110
"unit-test": {},
1211
"int-test": {},
1312
"code-pushup": {},

packages/plugin-lighthouse/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"targets": {
77
"build": {},
88
"lint": {},
9-
"lint-report": {},
109
"unit-test": {},
1110
"code-pushup": {},
1211
"code-pushup-eslint": {},

0 commit comments

Comments
 (0)