diff --git a/migrations.json b/migrations.json deleted file mode 100644 index 6406c0a29..000000000 --- a/migrations.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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" - } - ] -}