Maksim Ivanov

Results 143 issues of Maksim Ivanov

### Which @angular-ru/* package(s) are relevant/releated to the feature request? eslint-config-enterprise ### Description "@typescript-eslint/no-unnecessary-type-constraint": "error"

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-exports.md

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description ``` 'import/resolver': { 'eslint-import-resolver-typescript': true, // always try to resolve types under `@types` directory // even...

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description ``` '@typescript-eslint/consistent-type-imports': [ 'error', {prefer: 'type-imports', disallowTypeAnnotations: true}, ], ```

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? _No response_ ### Description "importsNotUsedAsValues": "error"

feature

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...

### Which @angular-ru/* package(s) are relevant/releated to the feature request? Don't known / other ### Description https://www.npmjs.com/package/stylelint https://www.npmjs.com/package/stylelint-scss

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? cdk ### Description ```ts @Directive({ selector: '[initialFocus]', providers: [NgDestroy] }) export class InitialFocusDirective implements AfterViewInit, OnDestroy { constructor(private readonly destroy$:...

feature

### Which @angular-ru/* package(s) are relevant/releated to the feature request? cdk ### Description ```ts export function outsideZone(zone: NgZone) { return function(source: Observable) { return new Observable(observer => { let sub:...

feature