Skip to content

Commit e84eb25

Browse files
authored
feat(plugin-knip): reporter
2 parents fdf9675 + 0be6268 commit e84eb25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2413
-64
lines changed

nx.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,5 @@
2626
"inputs": ["default", "^default"]
2727
}
2828
},
29-
"plugins": [
30-
{
31-
"plugin": "@nx/eslint/plugin",
32-
"options": {
33-
"targetName": "lint"
34-
}
35-
},
36-
{
37-
"plugin": "@nx/rollup/plugin",
38-
"options": {
39-
"buildTargetName": "build"
40-
}
41-
}
42-
]
29+
"plugins": []
4330
}

0 commit comments

Comments
 (0)