Miroslav Jonaš

Results 28 issues of Miroslav Jonaš

Configuration file 'cypress.json' gives us the possibility to change 'cypress' folder to something like 'e2e'. This installation, however, expects 'cypress' folder. Instead of assuming the cypress folder exists, we can...

Since we have a name, now we need a logo. Ideally, there would be a logo for the whole org `angular-component` and a visually compatible logo for the `router`. What...

help wanted

Components can access their dedicated URL param via `RouteParams` provider. Sometimes, components need to be aware of all the params in the URL. This should ideally be provided via router...

In `ast-utils.ts` there are signs of a copy-paste from `ngrx` project. This entire file should be checked for leftovers: https://github.com/brandonroberts/angular-routing/blob/master/libs/angular-routing/schematics/utils/ast-utils.ts#L356-L363

good first issue

## `@nx/dependency-checks` rule This PR implements a new eslint rule in the `@nx/eslint-plugin` that lints `package.json` and `project.json`. The rule covers following scenarios: - Check if dependency is missing in...

## Current Behavior TargetProjectLocator's `findProjectOfResolvedModule` will treat unknown imports as the source project if import is pointing to nested `node_modules`. ## Expected Behavior The `findProjectOfResolvedModule` should check if module path...

## Current Behavior Package name matcher in the `pnpm-parser` will match key to alias name if found, and ignore the potential full name match. ```yaml # ... /@isaacs/[email protected]: dependencies: string-width:...

type: bug
scope: core

## Work in progress A new generator to convert workspace from standard lint configs to new flat eslint config. Based on: https://github.com/typescript-eslint/typescript-eslint/pull/6836 According to: https://eslint.org/blog/2022/08/new-config-system-part-2/ - [X] Extend `updateProjectConfiguration` to...

Changes on following pages: - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin/documents/dependency-checks ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

type: docs
scope: linter