Skip to content

Commit

Permalink
(migrate): migrated to node20 with workspace 19
Browse files Browse the repository at this point in the history
  • Loading branch information
wickstargazer committed Sep 10, 2024
1 parent e61856a commit 811e557
Show file tree
Hide file tree
Showing 39 changed files with 97,391 additions and 7,432 deletions.
18 changes: 12 additions & 6 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,13 +23,19 @@
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
"extends": ["plugin:@nx/typescript"],
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nrwl/nx/javascript"],
"rules": {}
"extends": ["plugin:@nx/javascript"],
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
}
]
}
155 changes: 155 additions & 0 deletions .nx/workspace-data/d/daemon.log

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/workspace-data/d/server-process.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"processId":48356}
Loading

0 comments on commit 811e557

Please sign in to comment.