Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Oct 1, 2023
1 parent 5392bb5 commit 74291f6
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 3,469 deletions.
20 changes: 20 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"migrations": [
{
"cli": "nx",
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc",
"package": "@nx/js",
"name": "16-8-2-update-swcrc"
},
{
"cli": "nx",
"version": "16.9.0-beta.1",
"description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack",
"implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage",
"package": "@nx/devkit",
"name": "update-16-9-0-migrate-mf-usage-to-webpack"
}
]
}
Loading

0 comments on commit 74291f6

Please sign in to comment.