Skip to content

Commit

Permalink
fix(linter): fix eslint-plugin migration target version (#21966)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored and jaysoo committed Feb 23, 2024
1 parent 6e50dfc commit b0f4a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"update-17-2-6-rename-workspace-rules": {
"cli": "nx",
"version": "17-2-6-beta.1",
"version": "17.2.6-beta.1",
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name",
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules"
}
Expand Down

0 comments on commit b0f4a17

Please sign in to comment.