refactor: apply review suggestions

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-05-13 17:34:32 +02:00
parent f09848a2ef
commit d871c5627a
4 changed files with 28 additions and 40 deletions
@@ -14,8 +14,6 @@
* limitations under the License.
*/
// TODO: Remove this relative import when extrating the path utilities to this package
// eslint-disable-next-line @backstage/no-relative-monorepo-imports
import { packagePathMocks } from './paths';
import { posix as posixPath, resolve as resolvePath } from 'path';