Skip to content

Commit

Permalink
Merge branch 'main' into experimental-findings
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Oct 17, 2023
2 parents aa5474c + 4d6dea8 commit 1a588a1
Show file tree
Hide file tree
Showing 105 changed files with 634 additions and 3,618 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ npm install -D knip

Knip supports LTS versions of Node.js, and currently requires at least Node.js v16.17 or v18.6.

Since v2.33.0, the Bun runtime is also supported.

### Default Configuration

Knip has good defaults and aims for no or little configuration. The (simplified) default config:
Expand Down
34 changes: 0 additions & 34 deletions fixtures/include-entry-reexports/package-lock.json

This file was deleted.

18 changes: 18 additions & 0 deletions fixtures/plugins/nx/apps/b/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"sourceRoot": "apps/b",
"projectType": "application",
"targets": {
"build": {
"executor": "@nx/next:build"
},
"serve": {
"executor": "@nx/next:server"
},
"lint": {
"executor": "@nx/linter:eslint"
},
"test": {
"executor": "@js/cypress:cypress"
}
}
}
3 changes: 3 additions & 0 deletions fixtures/plugins/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"nx": "nx"
},
"devDependencies": {
"@nx/next": "*",
"@nx/linter": "*",
"@nx/cypress": "*",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
Expand Down
Loading

0 comments on commit 1a588a1

Please sign in to comment.