Skip to content

Commit

Permalink
build: update nx to version 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Dec 21, 2024
1 parent dcb2293 commit 04d386d
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 181 deletions.
11 changes: 11 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"migrations": [
{
"version": "20.3.0-beta.1",
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
"package": "@nx/eslint",
"name": "add-file-extensions-to-overrides"
}
]
}
Loading

0 comments on commit 04d386d

Please sign in to comment.