Skip to content

Commit

Permalink
chore: migrate nx to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Jun 15, 2023
1 parent 2a55aec commit 4b9e67b
Show file tree
Hide file tree
Showing 87 changed files with 13,501 additions and 36,421 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nrwl/nx"],
"plugins": ["@nx"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@nrwl/nx/enforce-module-boundaries": [
"@nx/enforce-module-boundaries": [
"error",
{
"enforceBuildableLibDependency": true,
Expand All @@ -23,12 +23,12 @@
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"extends": ["plugin:@nx/typescript"],
"rules": {}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
},
{
Expand Down
6 changes: 3 additions & 3 deletions apps/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"serve": {
"executor": "@nrwl/js:node",
"executor": "@nx/js:node",
"options": {
"buildTarget": "api:build"
},
Expand All @@ -42,14 +42,14 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["apps/api/**/*.ts"]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/api/jest.config.ts",
Expand Down
3 changes: 0 additions & 3 deletions apps/docs/babel.config.js

This file was deleted.

27 changes: 0 additions & 27 deletions apps/docs/docs/home.mdx

This file was deleted.

112 changes: 0 additions & 112 deletions apps/docs/docs/techniques/dependency-injection.mdx

This file was deleted.

154 changes: 0 additions & 154 deletions apps/docs/docs/techniques/health-checks.mdx

This file was deleted.

Binary file not shown.
Binary file removed apps/docs/docs/techniques/img/di-bad-good-1.png
Binary file not shown.
Binary file removed apps/docs/docs/techniques/img/di-bad-good-2.png
Binary file not shown.
Binary file removed apps/docs/docs/techniques/img/di-bad-good-3.png
Binary file not shown.
Binary file removed apps/docs/docs/techniques/img/di-graph.png
Binary file not shown.
Binary file removed apps/docs/docs/techniques/img/hc-log.png
Binary file not shown.
35 changes: 0 additions & 35 deletions apps/docs/docs/tutorials/bitcoin-observer/bitcoin-parser-intro.mdx

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4b9e67b

Please sign in to comment.