align import alias

This commit is contained in:
Mads Rasmussen
2024-02-09 22:19:41 +01:00
parent d32228d8a8
commit 4f12d41aca
298 changed files with 535 additions and 523 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
meta: {
docs: {
description:
'Ensures that any API resources from the `@umbraco-cms/backoffice/backend-api` module are not used directly. Instead you should use the `tryExecuteAndNotify` function from the `@umbraco-cms/backoffice/resources` module.',
'Ensures that any API resources from the `@umbraco-cms/backoffice/external/backend-api` module are not used directly. Instead you should use the `tryExecuteAndNotify` function from the `@umbraco-cms/backoffice/resources` module.',
category: 'Best Practices',
recommended: true,
},