Skip to content

Commit

Permalink
chore: remove deprecated nx options (#9)
Browse files Browse the repository at this point in the history
* chore: remove depreacted nx options

* fix: address lint issues
  • Loading branch information
nacho-vazquez authored Aug 4, 2023
1 parent 08298d6 commit a992db8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
{
"files": "*.json",
"parser": "jsonc-eslint-parser",
"rules": {}
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
6 changes: 1 addition & 5 deletions packages/plugins/nx-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"dependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "^16.6.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"nx": "^16.6.0",
"@nx/linter": "^16.6.0"
"@nx/node": "^16.6.0"
}
}
3 changes: 1 addition & 2 deletions packages/plugins/nx-cloudflare/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"glob": "executors.json",
"output": "."
}
],
"updateBuildableProjectDepsInPackageJson": true
]
}
},
"publish": {
Expand Down

0 comments on commit a992db8

Please sign in to comment.